David Wright
David Wright
Clearly useful, but not clear how to organize. Example scenario: given y and random times t, produce interpolated y's at regular t's. Example scenario: replace null values with interpolated values.
https://en.wikipedia.org/wiki/Mixture_model#Gaussian_mixture_model
Introduce a polynomial class hierarchy that allows us to get orthogonal polynomials as classes that inherit from Polynomial. This should enable reading coefficients, as well as using properties of the...