Multidimensional Matern-3/2 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 tinygp_multidimensional_matern32 model applies the multidimensional-GP construction to a Matern-3/2 latent process. Each dataset is modeled as a linear combination of the latent process and, optionally, its first derivative.
This model is less physically tied to stellar rotation than the quasi-periodic multidimensional GP, but it can be useful for flexible correlated-noise models shared across several time series.
Model definition and requirements#
model name: tinygp_multidimensional_matern32
required common object:
activityimplemented with
tinygpread Caveats on the use of
tinyGPcarefully
Keywords#
Model-wide keywords, with the default value in boldface.
derivative
accepted values: mapping of dataset names to booleans
if
False, the derivative coefficientmatern32_multigp_sigma_derivis fixed to zero for that dataset. If the keyword is not provided, derivatives are enabled for most datasets and disabled forH-alpha,S_index,Ca_HK, andFWHM.
use_shared_scale
accepted values:
True|Falsethe Matern-3/2 scale
matern32_scaleis common by default in this multidimensional model.
use_activity_Prot
accepted values:
True|Falsereplaces
matern32_scalewithProtfrom theactivitycommon object.
use_activity_Pdec
accepted values:
True|Falsereplaces
matern32_scalewithPdecfrom theactivitycommon object.
use_stellar_rotation_period
accepted values:
True|Falsereplaces
matern32_scalewithrotation_periodfromstar_parameters.
use_stellar_activity_decay
accepted values:
True|Falsereplaces
matern32_scalewithactivity_decayfromstar_parameters.
The replacement flags are mutually exclusive because the model has only one scale parameter.
Example#
1inputs:
2 RVdata:
3 file: datasets/RV_PyORBIT.dat
4 kind: RV
5 models:
6 - gp_multidimensional_matern32
7 BISdata:
8 file: datasets/BIS_PyORBIT.dat
9 kind: BIS
10 models:
11 - gp_multidimensional_matern32
12common:
13 activity:
14 boundaries:
15 matern32_scale: [1.0, 100.0]
16models:
17 gp_multidimensional_matern32:
18 model: tinygp_multidimensional_matern32
19 common: activity
20 RVdata:
21 boundaries:
22 matern32_multigp_sigma: [-20.0, 20.0]
23 matern32_multigp_sigma_deriv: [-20.0, 20.0]
24 derivative: True
25 BISdata:
26 boundaries:
27 matern32_multigp_sigma: [-20.0, 20.0]
28 derivative: False
Model parameters#
Name |
Parameter |
Common? |
Definition |
Notes |
|---|---|---|---|---|
|
Scale of the Matern-3/2 latent GP |
common |
|
Older files may use |
|
Coefficient of the latent GP |
dataset |
|
|
|
Coefficient of the first derivative of the latent GP |
dataset |
|
Fixed to zero when |