ywx649999311 / EzTao

A Python Toolkit for AGN Time Series Analysis using CARMA models
MIT License
17 stars 9 forks source link

New add noise function #46

Closed ywx649999311 closed 3 years ago

ywx649999311 commented 3 years ago

New function will take sample noise given the size of the error bar as simulated here: https://github.com/ywx649999311/EzTao/blob/4ae71174f9b0e6c079cf64fc4ef229e3a2f43114/src/eztao/ts/carma_sim.py#L78

The gpSimFull should stop adding the signs (just return the sqrt(variance)) https://github.com/ywx649999311/EzTao/blob/4ae71174f9b0e6c079cf64fc4ef229e3a2f43114/src/eztao/ts/carma_sim.py#L73