Quasi-periodic plus squared-exponential kernel#
Warning
This page is a stub generated by Codex. The content has been verified, but important information (references, links to external packages) may be missing
The quasi-periodic plus squared-exponential kernel combines the usual stellar-rotation term with an additional long-timescale squared-exponential component. It is intended for activity signals where the rotationally modulated covariance and a slower cycle-like covariance should be fitted together.
where G_QP is the quasi-periodic kernel and G_SE is a squared-exponential kernel with scale Pcyc.
Model definition and requirements#
model name: tinygp_quasiperiodicsquaredexponential
required common object:
activityimplemented with
tinygpread Caveats on the use of
tinyGPcarefully
model alias
tinygp_quasiperiodic_squaredexponential
Keywords#
Model-wide keywords, with the default value in boldface.
hyperparameters_condition
accepted values:
True|Falseactivates the quasi-periodic hyperparameter condition described in the quasi-periodic kernel.
rotation_decay_condition
accepted values:
True|Falseif activated, requires
Pdec > 2 Prot.
halfrotation_decay_condition
accepted values:
True|Falseif activated, requires
Pdec > 0.5 Prot.
decay_rotation_factor or rotation_decay_factor
accepted values: float | not used
if provided, requires
Pdecto be larger than the specified factor timesProt.
use_stellar_rotation_period
accepted values:
True|Falsereplaces
Protwithrotation_periodfromstar_parameters.
use_stellar_activity_decay
accepted values:
True|Falsereplaces
Pdecwithactivity_decayfromstar_parameters.
Example#
1inputs:
2 LCdata:
3 file: datasets/lightcurve_PyORBIT.dat
4 kind: Phot
5 models:
6 - gp_qp_cycle
7common:
8 activity:
9 boundaries:
10 Prot: [10.0, 20.0]
11 Pdec: [20.0, 1000.0]
12 Pcyc: [100.0, 5000.0]
13 Oamp: [0.001, 1.0]
14models:
15 gp_qp_cycle:
16 model: tinygp_quasiperiodicsquaredexponential
17 common: activity
18 hyperparameters_condition: True
19 rotation_decay_condition: True
20 boundaries:
21 Hamp: [0.0, 1.0]
22 Camp: [0.0, 1.0]
Model parameters#
Name |
Parameter |
Common? |
Definition |
Notes |
|---|---|---|---|---|
|
Rotational period of the star |
common |
|
Replaced by |
|
Decay timescale of active regions |
common |
|
Replaced by |
|
Timescale of the squared-exponential component |
common |
|
|
|
Coherence scale |
common |
|
|
|
Amplitude of the quasi-periodic component |
dataset |
|
|
|
Amplitude of the squared-exponential component |
dataset |
|