CONAN.geepee.celerite_cosine.get_complex_coefficients#
- CONAN.geepee.celerite_cosine.get_complex_coefficients(params)#
Get the arrays
alpha_complex_*andbeta_complex_*This method should be overloaded by subclasses to return the arrays
alpha_complex_real,alpha_complex_imag,beta_complex_real, andbeta_complex_imaggiven the current parameter settings. By default, this term is empty.- Returns:
(array[j_complex], array[j_complex], array[j_complex], array[j_complex]):
alpha_complex_real,alpha_complex_imag,beta_complex_real, andbeta_complex_imagas described above.alpha_complex_imagcan be omitted and it will be assumed to be zero.