ericagol / celerite.jl

Implementation of semi-separable Cholesky decomposition in Julia
Other
9 stars 4 forks source link

Complex version, matching notation of paper #1

Closed ericagol closed 7 years ago

ericagol commented 7 years ago

1). Change compile matrix to include alpha_imag 2). Change notation of solver to match that in the paper. Get rid of 2^N in determinant. 3). Create a type (analogous to gp object) that stores the matrices/vectors to prevent the need for reallocation of memory. 4). Add different kernel types, and add capability of freezing/thawing parameters. 5). Add examples that are similar to Dan's rotation & asteroeseismic examples.