Modelling the glitch#
With asterion.GlitchModel, you can model the helium-II ionization and base of the convective zone glitches given radial mode frequencies. This can be done with modelled or observed modes (with and without observational uncertainty). This notebook will go through both situations.
[1]:
import arviz as az
import matplotlib.pyplot as plt
import asterion as ast
from asterion import GlitchModel, Inference
from asterion.data import example_star
# Plotting style setup
ast.style.use("asterion-light")
/Users/alyttle/.pyenv/versions/asterion/lib/python3.9/site-packages/jax/_src/lib/__init__.py:33: UserWarning: JAX on Mac ARM machines is experimental and minimally tested. Please see https://github.com/google/jax/issues/5501 in the event of problems.
warnings.warn("JAX on Mac ARM machines is experimental and minimally tested. "
Data#
Import stellar evolutionary track.
[2]:
n = example_star["n"]
nu = example_star["nu"]
nu_max = example_star["nu_max"]
delta_nu = example_star["delta_nu"]
print('nu_max = {0:.1f} ± {1:.1f} muHz'.format(*nu_max))
print('delta_nu = {0:.2f} ± {1:.2f} muHz'.format(*delta_nu))
nu_max = 2357.7 ± 23.6 muHz
delta_nu = 111.84 ± 0.10 muHz
[3]:
_, ax = plt.subplots()
ax.plot(nu%delta_nu[0], nu, marker='o', linestyle='none', label='truth')
ax.set_xlabel(r'$\nu$ ' + f'modulo {delta_nu[0]:.2f} ' + r'($\nu/\mathrm{\mu Hz}$)')
ax.set_ylabel(r'$\nu$ ($\mathrm{\mu Hz}$)')
ax.set_title('Echelle plot')
ax.legend();
Model without observational error#
We can create our model like this. We need to give it a prior for delta_nu and nu_max. Optionally, we can give it a prior for asymptotic fit parameter epsilon, but by default this is fairly uninformative. We can also pass the effective termperature of the star to improve our prior for the glitch acoustic depths.
[4]:
model = GlitchModel(nu_max, delta_nu)
model
INFO[2022-05-06 13:04:44,775]: Unable to initialize backend 'tpu_driver': NOT_FOUND: Unable to find driver in registry given worker:
INFO[2022-05-06 13:04:44,776]: Unable to initialize backend 'gpu': NOT_FOUND: Could not find registered platform with name: "cuda". Available platform names are: Host Interpreter
INFO[2022-05-06 13:04:44,777]: Unable to initialize backend 'tpu': INVALID_ARGUMENT: TpuPlatform is not available.
[4]:
GlitchModel(
(2357.692764609278, 23.57692764609278),
(111.8411243661503, 0.1),
teff=None,
epsilon=None,
seed=0
)
Inference#
We setup an inference class with the model and can give it number of warmup steps and samples. The seed is required for reproducibility.
[5]:
infer = Inference(model, n=n, nu=nu, seed=25)
Prior predictive check#
We should do a prior predictive check to see if our model makes sense.
[6]:
infer.prior_predictive()
This plot shows the prior for nu with the dot representing the observed value. It looks good.
[7]:
data = infer.get_data()
data
[7]:
-
- chain: 1
- draw: 1000
- n: 14
- n_pred: 250
- chain(chain)int640
array([0])
- draw(draw)int640 1 2 3 4 5 ... 995 996 997 998 999
array([ 0, 1, 2, ..., 997, 998, 999])
- n(n)int6413 14 15 16 17 ... 22 23 24 25 26
array([13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26])
- n_pred(n_pred)float6413.0 13.05 13.1 ... 25.9 25.95 26.0
array([13. , 13.052209, 13.104418, ..., 25.895582, 25.947791, 26. ])
- a_cz(chain, draw)float641.533e+05 2.448e+05 ... 8.224e+04
- unit :
- uHz3
- symbol :
- $a_\mathrm{BCZ}$
- is_circular :
- 0
array([[ 153295.35997706, 244803.66875876, 27565.62567951, 118661.14204623, 104721.40851342, 499469.11683686, 190134.31818198, 69138.43323439, 145100.05973826, 137251.73157218, 782400.35798727, 75512.81866048, 110312.80369044, 208181.89918474, 186413.70962661, 93859.4756173 , 54796.49835825, 181193.97575205, 83927.73814068, 137750.39407191, 935552.05771774, 374275.32491325, 41263.73995671, 302392.87087196, 15398.34090132, 523865.06996784, 30851.48782035, 153142.11357902, 147072.78518805, 253701.03488144, 271618.26076636, 1253912.75552636, 140040.87432052, 291231.49234824, 530918.33092352, 148284.58572697, 35936.5072668 , 191542.97025286, 259593.09054453, 141555.6754725 , 1180013.49521421, 2949527.7250308 , 208734.43441311, 90518.61823624, 57124.94847066, 57099.47041468, 23775.14727956, 107045.95600257, 234213.77385384, 73224.26466802, 43172.58008255, 39527.97078661, 68916.36144559, 131164.0939548 , 855792.49545427, 102546.95095467, 202464.01367721, 1281460.59801069, 637075.46563255, 902660.37889514, ... 319964.71860224, 254553.71635635, 382424.41679736, 335303.23657831, 295257.28395211, 57212.57434953, 452128.5106476 , 354848.22043911, 107979.70058559, 824138.19083674, 118728.17101514, 85140.26675259, 310838.30974167, 70269.01050252, 267961.737123 , 685040.56259116, 169598.62910071, 391878.89256098, 152080.94888784, 54556.76236982, 108141.3306917 , 204180.64851446, 432896.51168078, 239278.6541851 , 9087.41060374, 149899.30478119, 444623.25896883, 108889.75901707, 22733.46658224, 68431.7097564 , 343575.80744349, 149809.2519953 , 142926.73458712, 216022.32746196, 65109.21362247, 66054.87711394, 26592.38168188, 162573.57174045, 10872.67635449, 98546.13619413, 2842926.84921752, 140029.74409735, 10466.76660066, 55028.49188421, 64317.85547631, 493101.19445027, 214315.18015668, 761191.30317539, 739293.42963851, 47859.00898632, 75261.84557653, 441520.94297548, 211923.10372848, 293499.12575769, 989996.92542732, 51858.25056235, 70565.17402832, 82240.64793999]]) - a_he(chain, draw)float645.208e-06 4.702e-05 ... 0.0003259
- unit :
- symbol :
- $a_\mathrm{He}$
- is_circular :
- 0
array([[5.20793287e-06, 4.70211040e-05, 1.04401293e-02, 1.55475973e-05, 1.16556142e-03, 7.94676001e-06, 3.80076107e-03, 6.03754132e-03, 5.65936979e-05, 4.39906824e-04, 2.68918693e-04, 4.82256676e-03, 7.78118911e-06, 2.21091232e-04, 1.39121562e-02, 8.75066118e-03, 2.48517388e-03, 2.55590397e-05, 3.47996255e-05, 4.14402352e-04, 7.12934237e-04, 4.82937396e-03, 4.91208643e-03, 4.55658413e-06, 8.12431034e-06, 5.23137884e-06, 3.74194131e-06, 1.94320207e-05, 3.86833172e-04, 2.59503411e-03, 3.14009290e-06, 6.99781832e-03, 1.80037379e-01, 2.90413854e-05, 7.88929182e-03, 5.35370062e-05, 1.33651247e-03, 7.51481351e-03, 6.64541265e-05, 2.47210256e-03, 5.90452023e-06, 3.01867691e-04, 5.84514107e-04, 1.01446168e-03, 2.46432685e-05, 1.73587740e-01, 3.20677457e-05, 8.39522052e-04, 3.64336777e-05, 7.10099296e-04, 2.16635758e-03, 8.96389995e-05, 6.59520486e-03, 2.38665007e-03, 2.67257268e-05, 2.64370509e-04, 2.76599727e-03, 1.62042881e-03, 1.75240835e-04, 1.62892750e-04, 2.61987298e-01, 2.57449435e-04, 8.19831736e-04, 2.64584663e-03, 3.19488229e-03, 3.82663363e-05, 4.19638663e-04, 4.37896951e-02, 9.31146669e-03, 3.23033039e-04, 1.53284541e-04, 3.40898178e-04, 1.43677608e-03, 2.33097071e-07, 2.81798187e-05, 5.43292059e-04, 2.51955469e-04, 5.26992075e-03, 3.55459963e-03, 4.09211267e-05, ... 1.41963044e-04, 8.16547144e-05, 8.07208695e-03, 1.73220880e-03, 1.77456722e-05, 2.90935601e-05, 2.94846116e-03, 8.17753967e-04, 7.89464958e-04, 2.24917874e-03, 6.01145139e-03, 7.67246583e-05, 1.44441691e-03, 9.55544922e-04, 1.18818500e-05, 5.55169089e-05, 1.59596120e-04, 3.29508549e-04, 4.41615150e-03, 2.53341376e-03, 7.58227385e-04, 2.06347876e-02, 8.87914796e-05, 1.73024712e-03, 9.09831029e-04, 1.91220196e-05, 2.63388398e-03, 8.97203898e-05, 9.98440265e-04, 5.92798877e-04, 1.57370038e-04, 4.74886685e-03, 5.17249353e-04, 2.61078715e-05, 2.51152021e-04, 3.60898043e-03, 8.40952675e-05, 1.35848222e-04, 1.91999640e-05, 7.00473065e-05, 1.49418686e-04, 1.02259770e-02, 1.27626387e-04, 3.07312730e-03, 2.54833532e-05, 8.41486438e-02, 2.74476045e-04, 5.39166005e-04, 2.76662747e-05, 1.43662268e-01, 3.27961237e-03, 1.55623158e-05, 1.12480941e-05, 1.10124128e-04, 4.17717695e-02, 2.98369034e-05, 9.97428903e-04, 1.01543883e-04, 3.10285833e-04, 1.57983162e-02, 6.08560245e-04, 1.55461556e-02, 3.82060452e-04, 2.35704491e-04, 3.92948500e-04, 4.51344385e-04, 4.25716931e-04, 4.64352794e-03, 9.67973510e-03, 1.36217590e-04, 2.53267863e-03, 7.81417720e-04, 4.04922324e-05, 8.97525997e-05, 8.69118799e-05, 7.69868919e-05, 5.13439910e-05, 4.40235328e-03, 2.52215055e-03, 3.25893055e-04]]) - b_he(chain, draw)float644.625e-09 6.692e-08 ... 5.688e-08
- unit :
- Ms2
- symbol :
- $b_\mathrm{He}$
- is_circular :
- 0
array([[4.62460560e-09, 6.69192171e-08, 4.96941690e-08, 1.20299445e-11, 9.95606331e-05, 3.82930756e-11, 4.72338817e-08, 1.45477786e-04, 4.16649136e-10, 1.92937518e-08, 5.29805818e-06, 2.63748778e-08, 1.74109335e-05, 1.27208039e-07, 1.39956372e-08, 3.92626123e-08, 1.70511903e-05, 1.28312089e-05, 7.09296485e-05, 2.30850532e-04, 1.03994618e-09, 3.24557760e-08, 4.24878035e-06, 7.50275986e-05, 8.79460148e-11, 1.87082739e-09, 7.97269305e-09, 2.36327048e-08, 8.45580353e-07, 2.32900976e-08, 4.50210402e-04, 1.26239813e-06, 1.40475568e-09, 7.06217194e-06, 3.99287284e-06, 1.60367521e-11, 1.05911770e-06, 5.53055303e-08, 2.31216804e-08, 4.04814960e-05, 5.88525848e-09, 4.19453715e-07, 5.66350296e-09, 4.65485536e-11, 1.38398202e-06, 2.09620732e-04, 1.10312017e-08, 4.65837763e-07, 2.80617420e-08, 9.77370353e-09, 1.78359662e-07, 4.99063700e-11, 4.45983600e-06, 3.32296529e-07, 2.18820806e-10, 5.25199300e-09, 3.22798844e-10, 6.76206154e-08, 1.00128408e-05, 1.26690834e-10, 2.33536282e-06, 4.98990822e-07, 2.72266020e-07, 3.51855065e-09, 6.33005560e-08, 1.04003750e-08, 2.17277321e-10, 1.74218268e-09, 3.65799542e-08, 3.48239819e-09, 5.06125378e-10, 9.35478833e-10, 2.79302711e-07, 1.20455996e-08, 9.68171202e-06, 2.38480474e-10, 1.06895401e-11, 1.12054272e-06, 1.05292526e-07, 1.90260820e-03, ... 3.31156758e-08, 1.60884151e-08, 1.27766547e-08, 1.62554076e-08, 5.04251453e-05, 1.09675541e-09, 2.30194296e-08, 6.84594284e-08, 7.82971196e-06, 1.70148633e-04, 5.47105062e-04, 1.43526427e-06, 3.64000459e-05, 5.54532201e-09, 5.19936352e-11, 1.10629186e-04, 1.61901593e-06, 2.07824531e-03, 1.16563403e-03, 3.17340896e-06, 1.16342607e-05, 2.15647391e-04, 4.45524684e-05, 2.13262846e-08, 2.05550181e-05, 1.15113466e-07, 1.94743727e-09, 4.50947556e-07, 1.47793926e-05, 6.38891007e-10, 8.92394810e-07, 1.98830794e-05, 1.13678125e-06, 8.14639306e-05, 2.79734756e-08, 4.67938471e-11, 7.12274338e-08, 2.13887860e-10, 4.46413304e-10, 2.08182466e-06, 3.17316231e-09, 2.44607871e-04, 5.19910231e-09, 3.92657127e-07, 2.41621567e-07, 1.80942646e-11, 9.30207934e-10, 2.36383674e-06, 8.59303548e-09, 1.13712955e-08, 4.25748952e-05, 1.74872920e-08, 4.97998580e-08, 1.11365539e-06, 8.65606384e-09, 2.30458277e-06, 2.34142320e-05, 1.46367627e-09, 1.31886890e-04, 1.37779277e-05, 1.43304081e-08, 2.59000768e-07, 1.41229455e-09, 4.15087052e-06, 2.10293533e-05, 7.25041113e-06, 1.14156134e-07, 1.35164207e-05, 2.42439225e-07, 5.21221202e-09, 4.06586052e-13, 9.03151465e-06, 6.23759478e-08, 1.66147621e-07, 2.64006066e-06, 4.79048718e-07, 4.49274010e-04, 1.65788779e-06, 1.08724227e-05, 5.68833976e-08]]) - cz_amplitude(chain, draw)float640.03142 0.05075 ... 0.01322 0.01539
- unit :
- uHz
- symbol :
- $\langle A_\mathrm{BCZ} \rangle$
- is_circular :
- 0
array([[ 0.0314153 , 0.05075266, 0.00575094, 0.02337286, 0.02314997, 0.1053697 , 0.0342431 , 0.0137788 , 0.03225816, 0.02638354, 0.16341287, 0.01531259, 0.02222582, 0.04112836, 0.03602356, 0.0146268 , 0.01109395, 0.03805668, 0.01604444, 0.0299615 , 0.18944697, 0.07408641, 0.00821891, 0.06510415, 0.00305266, 0.11218889, 0.00654762, 0.0334648 , 0.03122134, 0.05281278, 0.05131408, 0.26573908, 0.02774955, 0.06129702, 0.11183668, 0.0310355 , 0.00690595, 0.03903029, 0.04866802, 0.02698876, 0.24054656, 0.58926386, 0.04346892, 0.01799492, 0.01223907, 0.01097292, 0.00487334, 0.02328911, 0.04477385, 0.01329275, 0.00890072, 0.00763399, 0.01511152, 0.02723126, 0.17666118, 0.02021764, 0.04128779, 0.2575107 , 0.13351647, 0.1888313 , 0.04926738, 0.06565759, 0.01022479, 0.00603652, 0.01932076, 0.0905655 , 0.09264405, 0.03841542, 0.02681434, 0.01698557, 0.03941886, 0.04124101, 0.06045803, 0.0460984 , 0.0644412 , 0.02568232, 0.07127838, 0.0408761 , 0.05055323, 0.01354551, 0.02838276, 0.03168093, 0.06262922, 0.18320468, 0.12838538, 0.04268792, 0.01286232, 0.09501402, 0.00842161, 0.3369038 , 0.06672509, 0.02057208, 0.0467476 , 0.1651897 , 0.00972938, 0.10124111, 0.03196456, 0.05510924, 0.01924347, 0.06296602, ... 0.02097331, 0.00942434, 0.06684584, 0.00540741, 0.00631203, 0.02467668, 0.0736256 , 0.03719346, 0.20858726, 0.03703199, 0.06130305, 0.12242744, 0.06052554, 0.01225429, 0.05224784, 0.14129034, 0.0049535 , 0.00713659, 0.00888168, 0.04440706, 0.13703096, 0.01251693, 0.01160179, 0.04385373, 0.0273214 , 0.06043815, 0.01495905, 0.00474577, 0.02190148, 0.05263884, 0.08233764, 0.05749988, 0.08302921, 0.05743521, 0.09997026, 0.03076115, 0.01166902, 0.19619985, 0.55153715, 0.17891314, 0.11294785, 0.08918777, 0.06959389, 0.05280086, 0.07943185, 0.07036891, 0.05432859, 0.01075796, 0.0936449 , 0.07514631, 0.01845735, 0.16900713, 0.02449541, 0.01720692, 0.06472606, 0.0145855 , 0.05621548, 0.145612 , 0.03210059, 0.06958496, 0.03183271, 0.01065357, 0.01764692, 0.0430621 , 0.08342956, 0.04930108, 0.00200246, 0.02665847, 0.09440296, 0.02158166, 0.00439329, 0.01471535, 0.06444282, 0.03269097, 0.03036523, 0.04496966, 0.01374159, 0.0126735 , 0.00548599, 0.03403609, 0.0021078 , 0.02071587, 0.56508603, 0.02059907, 0.00180995, 0.01099649, 0.01317984, 0.09858358, 0.04394122, 0.1628507 , 0.14646214, 0.01043207, 0.01525378, 0.08257043, 0.04035056, 0.05832937, 0.20249895, 0.01011585, 0.01322398, 0.01538518]]) - cz_nu_max(chain, draw)float640.02742 0.04472 ... 0.01324 0.01537
- unit :
- uHz
- symbol :
- $A_\mathrm{BCZ}(\nu_\max)$
- is_circular :
- 0
array([[0.02742347, 0.0447244 , 0.00479586, 0.02111503, 0.01844025, 0.09539467, 0.03531934, 0.01251618, 0.02599619, 0.02454325, 0.14133794, 0.01392221, 0.01998462, 0.03775032, 0.03317609, 0.01646699, 0.0097239 , 0.03262566, 0.0149699 , 0.02431442, 0.16139966, 0.06739633, 0.00751893, 0.05440279, 0.00288543, 0.09157666, 0.00539326, 0.0277206 , 0.02651008, 0.04594926, 0.04953699, 0.21966675, 0.02528927, 0.05170337, 0.09414751, 0.0271239 , 0.00645344, 0.03435088, 0.04689025, 0.0245849 , 0.20470912, 0.53861486, 0.03666351, 0.01645266, 0.01046614, 0.01034281, 0.00434568, 0.01932982, 0.04206743, 0.01303057, 0.00749496, 0.00728116, 0.01255914, 0.02389317, 0.15207851, 0.01883725, 0.03820243, 0.22785978, 0.11153935, 0.16259315, 0.04410592, 0.05562077, 0.00948398, 0.00579331, 0.0175712 , 0.07361404, 0.07691318, 0.03631981, 0.02591796, 0.01465436, 0.03406893, 0.03543313, 0.05227136, 0.04185561, 0.05866353, 0.02205693, 0.06094861, 0.03765254, 0.04712588, 0.0137981 , 0.0263363 , 0.02981295, 0.06464398, 0.14986176, 0.11447256, 0.03737752, 0.01209057, 0.09194842, 0.00740285, 0.29989618, 0.06003447, 0.02031707, 0.04054514, 0.14023478, 0.0085576 , 0.09609313, 0.02723913, 0.05470788, 0.01681856, 0.06133227, ... 0.0181786 , 0.00811023, 0.05826948, 0.00495172, 0.0055829 , 0.02166075, 0.07374035, 0.03466435, 0.1862077 , 0.03375645, 0.05362874, 0.10666094, 0.05365828, 0.01129312, 0.05334971, 0.12762436, 0.00486246, 0.0070981 , 0.00825148, 0.04046373, 0.11514904, 0.0101561 , 0.00946842, 0.04307184, 0.02418796, 0.05405628, 0.01302601, 0.004398 , 0.01940697, 0.05018584, 0.07261124, 0.0483862 , 0.07566712, 0.05578598, 0.08475433, 0.02509192, 0.01099953, 0.18215831, 0.54263664, 0.15977328, 0.11397822, 0.07425841, 0.05618251, 0.04461802, 0.07022162, 0.05996115, 0.05523202, 0.01022811, 0.08289506, 0.06498261, 0.01967664, 0.14693694, 0.02114628, 0.01570045, 0.05654259, 0.01298946, 0.04758345, 0.12302478, 0.03081763, 0.07113742, 0.02754905, 0.00993217, 0.01895093, 0.03614022, 0.07851837, 0.04285521, 0.00159811, 0.025663 , 0.08341114, 0.01971071, 0.00403144, 0.01211156, 0.06243656, 0.02594964, 0.02609938, 0.03876962, 0.01187422, 0.0121426 , 0.00463881, 0.02910892, 0.00190545, 0.01755805, 0.51258415, 0.02571491, 0.00189636, 0.01002372, 0.01152991, 0.09419621, 0.03806431, 0.13449804, 0.1328721 , 0.00864482, 0.01392094, 0.08046718, 0.0394878 , 0.05239261, 0.18075463, 0.00915008, 0.01324278, 0.01536707]]) - delta_nu(chain, draw)float64111.9 111.8 111.9 ... 111.8 111.9
- unit :
- uHz
- symbol :
- $\Delta\nu$
- is_circular :
- 0
array([[111.91043943, 111.77048618, 111.92034871, 111.84461517, 111.9108971 , 112.0538109 , 111.68792171, 111.76619288, 111.89945187, 111.87723468, 111.95797602, 111.79970979, 111.9210762 , 111.99646451, 111.88311521, 111.97228211, 111.62130137, 111.85184379, 111.89707222, 111.876279 , 111.73502912, 111.78134448, 111.72206468, 111.98827345, 111.86740928, 112.0137082 , 111.85309112, 112.07203346, 111.93070641, 111.84045195, 111.83532799, 111.8657914 , 111.94403174, 111.88724795, 111.87201706, 111.84447585, 111.75279017, 111.82887503, 111.88474778, 111.99975857, 111.94506713, 111.80782904, 112.03176327, 111.69139002, 111.63448488, 111.70232909, 111.96744529, 111.73127542, 111.94174513, 111.96465484, 111.81983688, 111.82094324, 111.81766717, 111.93582432, 111.97980986, 111.87149906, 111.92361438, 111.77162841, 112.06176867, 111.87305213, 111.65312132, 111.86813123, 111.78055318, 111.72045471, 111.78486927, 111.97713393, 111.76973772, 111.88751294, 111.75466594, 111.94983549, 111.93433213, 111.96074154, 111.75761622, 111.8970786 , 111.70641725, 111.84926751, 111.91385064, 111.7655884 , 111.90905463, 112.01000376, ... 111.9043646 , 111.90775099, 111.85760206, 111.84506212, 111.95078873, 111.64748623, 111.88708128, 111.8112682 , 111.81668716, 111.93132679, 111.86206459, 111.70817949, 111.93885704, 111.79730471, 111.84037019, 111.94237633, 111.81342731, 111.88018976, 112.00950427, 111.79097198, 111.88470509, 111.85669066, 111.78654459, 111.68821359, 111.75220358, 111.88851988, 111.71730514, 111.72682828, 111.82234181, 111.90093587, 111.70881323, 111.77397564, 111.7898062 , 111.74397173, 111.81445799, 111.74194501, 111.99571615, 111.8327632 , 111.92233294, 112.03467507, 111.97628085, 111.83196517, 111.78181544, 111.7827423 , 111.80067764, 111.80265764, 111.91312614, 111.70379794, 111.87299249, 111.83079074, 111.75770725, 111.85057149, 112.08179629, 111.79774907, 111.67129291, 111.6021948 , 111.78397435, 111.75258745, 111.79456411, 111.84994241, 111.7962659 , 111.72401764, 111.84725495, 111.83035081, 111.79219701, 111.91779045, 111.75610139, 112.06378384, 111.91747676, 111.76881318, 111.7910739 , 111.65644952, 111.89421116, 111.89232636, 111.95586974, 111.96942001, 111.82089282, 111.62150209, 111.7593892 , 111.91988749]]) - dnu_cz(chain, draw, n)float640.03059 -0.0494 ... 0.003857
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{BCZ}$
- is_circular :
- 0
array([[[ 0.03059447, -0.04939652, 0.04312886, ..., -0.01789464, 0.00865688, 0.00305947], [-0.09683029, 0.06098494, -0.00863618, ..., 0.00668236, 0.01288647, -0.02422781], [-0.00800655, 0.00594358, 0.00720302, ..., 0.00122117, -0.00289935, -0.00159457], ..., [ 0.00078277, 0.00873649, -0.01342466, ..., 0.00122709, -0.00411777, 0.00529052], [ 0.02049065, -0.00030221, -0.01568687, ..., -0.00209477, 0.00721314, -0.00578381], [ 0.00296487, -0.00457271, -0.01009319, ..., -0.00085487, 0.00174797, 0.00385686]]]) - dnu_cz_pred(chain, draw, n_pred)float640.03059 0.03995 ... 0.003857
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{BCZ}$
- is_circular :
- 0
array([[[ 3.05944719e-02, 3.99474315e-02, 4.75757167e-02, ..., -3.51081389e-03, -2.17435380e-04, 3.05946918e-03], [-9.68302868e-02, -9.26530816e-02, -8.48719000e-02, ..., -1.82966932e-02, -2.17058654e-02, -2.42278142e-02], [-8.00654857e-03, -4.30691923e-03, 2.93907558e-05, ..., -2.96176351e-03, -2.47553406e-03, -1.59456978e-03], ..., [ 7.82765688e-04, -8.74088118e-03, -1.58107161e-02, ..., 1.79573672e-03, 4.09747089e-03, 5.29052051e-03], [ 2.04906457e-02, 1.69977471e-02, 1.27773773e-02, ..., -7.04641093e-03, -6.56339182e-03, -5.78381399e-03], [ 2.96487426e-03, 1.14896330e-02, 1.87886630e-02, ..., 7.47305913e-03, 5.94732430e-03, 3.85686270e-03]]]) - dnu_he(chain, draw, n)float64-0.007374 -0.003738 ... 0.1054
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{He}$
- is_circular :
- 0
array([[[-7.37414459e-03, -3.73835269e-03, 8.54771325e-03, ..., 3.14795103e-03, -1.44237052e-02, -2.73252355e-03], [-6.20171329e-02, -8.62786809e-03, 6.81502029e-02, ..., -2.85146133e-02, -7.06544241e-02, 3.52943923e-02], [ 1.14723285e+01, 8.71235977e+00, -1.36465336e+01, ..., -8.13776396e-01, 1.99533263e+01, -1.43923052e+00], ..., [-6.76672330e-02, 3.34549852e-02, 9.77418558e-03, ..., 9.66840632e-06, 2.12102332e-06, -1.57122662e-06], [ 1.10454862e-13, -4.59902818e-16, -1.23538015e-17, ..., 3.21075808e-40, -8.64152202e-44, -7.11668712e-47], [-4.51524840e-01, 1.30512977e-01, 4.90070724e-01, ..., -1.14279141e-01, -5.75235690e-01, 1.05404462e-01]]]) - dnu_he_pred(chain, draw, n_pred)float64-0.007374 -0.00768 ... 0.1054
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{He}$
- is_circular :
- 0
array([[[-7.37414459e-03, -7.67986916e-03, -7.93433476e-03, ..., -5.15738430e-03, -3.96077134e-03, -2.73252355e-03], [-6.20171329e-02, -6.29126123e-02, -6.33592808e-02, ..., 2.32769564e-02, 2.93937393e-02, 3.52943923e-02], [ 1.14723285e+01, 1.22240084e+01, 1.28911442e+01, ..., 1.96182830e+00, 2.62542466e-01, -1.43923052e+00], ..., [-6.76672330e-02, -6.16149395e-02, -5.52656096e-02, ..., -1.67668296e-06, -1.63157356e-06, -1.57122662e-06], [ 1.10454862e-13, 9.42518520e-14, 7.90588857e-14, ..., -2.20019055e-46, -1.27860420e-46, -7.11668712e-47], [-4.51524840e-01, -4.40557273e-01, -4.26589529e-01, ..., 1.06935618e-02, 5.82542650e-02, 1.05404462e-01]]]) - epsilon(chain, draw)float641.293 1.202 1.088 ... 2.15 2.162
- unit :
- symbol :
- $\epsilon$
- is_circular :
- 0
array([[1.29313538, 1.20225391, 1.08759116, 1.72039253, 0.61308989, 0.98471771, 2.55726245, 1.55311926, 0.52233363, 1.91683366, 1.09914575, 1.42561113, 1.46078794, 1.61233252, 1.85715616, 3.94676379, 1.43620358, 1.07277202, 1.94732069, 0.77185377, 1.48784559, 1.6854903 , 1.57322557, 0.79389635, 1.59476404, 0.83275028, 0.96126351, 0.65009381, 0.96527046, 1.15536077, 2.08151703, 1.01350035, 1.18560038, 1.04754619, 1.03624754, 1.03386592, 1.93484289, 1.42441311, 2.14993252, 1.97431466, 1.34658047, 1.55216737, 1.12583849, 1.61984857, 0.94229206, 1.91758216, 1.26340016, 0.79343644, 1.92773127, 2.48928371, 1.19691315, 1.88093546, 0.66791092, 1.10397386, 1.20271162, 1.6748816 , 1.36399846, 1.5349265 , 1.03994499, 1.07519819, 1.50594397, 1.21045334, 1.81232793, 2.0121725 , 1.46373631, 0.73112367, 0.97199345, 2.16385665, 2.15456268, 1.30200502, 1.46956695, 1.03902091, 0.90848658, 1.25669782, 1.70193278, 0.69853664, 0.96745732, 1.72769214, 1.84962019, 2.54164104, 1.35340963, 2.39173609, 3.03403524, 0.8058868 , 1.38862882, 1.2261595 , 2.03145358, 2.27029473, 1.21471287, 1.58921135, 1.59410134, 2.32404254, 1.06393476, 1.05731933, 1.32433607, 1.91161228, 1.00302986, 2.41923983, 1.21210297, 2.0766936 , ... 1.04544454, 1.13624968, 1.13977568, 1.49530477, 1.37877809, 1.31873908, 2.35083571, 1.86039884, 1.7146324 , 1.50046827, 1.24166875, 1.50201103, 1.54373013, 1.42353219, 2.85715109, 1.59486084, 2.28129016, 2.43050307, 1.88688832, 1.70373199, 0.79791277, 0.5612323 , 0.85984127, 2.34789857, 1.40942963, 1.59106537, 1.15882479, 1.81391401, 1.44503965, 2.00196685, 1.20029092, 0.78760662, 1.45147191, 2.14865388, 1.13353028, 0.91364334, 1.76728839, 1.74710619, 2.15384098, 1.52910426, 2.37945632, 0.93347096, 0.74790037, 1.25004459, 1.20191624, 1.07851277, 2.36654169, 2.14229417, 1.18673285, 0.95072516, 3.083993 , 1.29415774, 1.28579683, 1.4502321 , 1.11658179, 1.20462166, 1.03525749, 0.96607736, 2.04214851, 2.6596637 , 1.07648101, 1.74500371, 3.58556421, 1.02992618, 1.91816715, 1.75699735, 0.57304094, 2.71837967, 0.96317983, 1.11683183, 1.86494748, 0.81890326, 2.08501727, 0.73697555, 1.17406334, 1.17706471, 1.03267661, 1.90313427, 1.28872484, 1.03942133, 1.80072859, 0.98892288, 1.56156042, 4.73531878, 2.99130558, 1.48782893, 1.26746537, 1.52110877, 1.21315685, 0.94042252, 1.60620143, 0.77397331, 1.40753925, 2.17416998, 1.94895937, 1.58603297, 1.32660512, 1.8019399 , 2.14971225, 2.16195375]]) - he_amplitude(chain, draw)float640.01179 0.07401 ... 0.5524
- unit :
- uHz
- symbol :
- $\langle A_\mathrm{He} \rangle$
- is_circular :
- 0
array([[1.17868243e-002, 7.40106979e-002, 1.80911049e+001, 3.68229299e-002, 4.36609494e-103, 1.82437730e-002, 6.89192521e+000, 2.77481579e-170, 1.26599477e-001, 9.34146909e-001, 3.40109451e-008, 9.63447240e+000, 2.79648369e-024, 2.47796853e-001, 3.03951747e+001, 1.72616254e+001, 2.79469788e-021, 1.12712218e-017, 7.48753158e-091, 2.60776758e-241, 1.65724760e+000, 9.37446633e+000, 5.05074138e-006, 2.71798998e-083, 1.91673462e-002, 1.17993149e-002, 8.18117507e-003, 3.84868755e-002, 1.99495614e-002, 5.23231956e+000, 0.00000000e+000, 8.73480309e-002, 4.41666540e+002, 4.15710225e-011, 3.63099971e-005, 1.23296186e-001, 2.29004026e-002, 1.26717215e+001, 1.38955515e-001, 1.09160817e-051, 1.32910694e-002, 7.70300899e-002, 1.30641861e+000, 2.39106424e+000, 2.17486499e-004, 8.90694569e-256, 6.98787688e-002, 1.96594428e-001, 7.34152151e-002, 1.63658803e+000, 1.85989463e+000, 2.14123124e-001, 1.52980230e-005, 9.57635314e-001, 6.18281117e-002, 6.06057565e-001, 6.43324622e+000, 2.55033867e+000, 9.50613733e-014, 3.74856147e-001, ... 9.88128231e-050, 3.53338396e+000, 6.23642001e-025, 2.30535335e-002, 6.35504733e+000, 1.80445339e-002, 1.42618327e-018, 1.35311350e+000, 3.36056257e-003, 8.11307170e-024, 8.80834178e-003, 9.76702924e-097, 4.92933576e-001, 8.35219122e+000, 1.29015106e-001, 3.10270905e-001, 4.61567797e-002, 1.90178718e-005, 3.38071537e-001, 5.38542051e-292, 3.17290292e-001, 9.49244138e-001, 1.51117968e-002, 1.93956921e+002, 6.14542820e-001, 5.50767961e-005, 6.02877135e-002, 3.15719773e+002, 3.38384108e-053, 3.20678484e-002, 1.99098516e-002, 2.47007519e-003, 9.12705376e+001, 1.36717016e-005, 1.60017367e-027, 2.40931746e-001, 4.94425344e-149, 5.11788423e-016, 1.32828120e+000, 8.96731573e+000, 8.92990001e-001, 1.67581084e-009, 4.10866132e-032, 1.03480288e-010, 5.15569888e-001, 3.88626097e-017, 5.96288346e+000, 3.01632846e-001, 5.98134018e+000, 1.73571822e-011, 6.56192295e-002, 7.94123705e-002, 6.60331767e-006, 1.48673701e-002, 0.00000000e+000, 9.78289736e-003, 2.22624567e-015, 5.52380715e-001]]) - he_nu_max(chain, draw)float640.012 0.07627 ... 4.022e-25 0.556
- unit :
- uHz
- symbol :
- $A_\mathrm{He}(\nu_\max)$
- is_circular :
- 0
array([[1.19989057e-002, 7.62697088e-002, 1.88108417e+001, 3.68546561e-002, 7.82150875e-246, 1.81800587e-002, 6.83856256e+000, 0.00000000e+000, 1.33394234e-001, 9.33888988e-001, 1.15900022e-013, 9.73433952e+000, 3.33849299e-044, 2.57435623e-001, 3.04837015e+001, 1.67025014e+001, 1.09784462e-041, 6.78537969e-033, 1.63438180e-174, 0.00000000e+000, 1.70613818e+000, 9.50368047e+000, 8.59872762e-010, 8.23325545e-184, 1.87591989e-002, 1.23790021e-002, 8.55071769e-003, 4.00832677e-002, 8.36100480e-003, 5.36189119e+000, 0.00000000e+000, 1.24065639e-002, 4.20381503e+002, 3.65107870e-019, 3.11729002e-009, 1.25166463e-001, 8.65906679e-003, 1.30362098e+001, 1.37573563e-001, 3.51081610e-101, 1.37033334e-002, 7.10371796e-002, 1.35042892e+000, 2.37889526e+000, 3.01725288e-005, 0.00000000e+000, 7.06140108e-002, 1.49738540e-001, 7.35332560e-002, 1.59335403e+000, 1.86105749e+000, 2.08800384e-001, 3.63547113e-010, 9.02255130e-001, 6.33206048e-002, 5.99444123e-001, 6.35677996e+000, 2.62718234e+000, 6.09138219e-026, 3.83537089e-001, ... 1.35630346e-111, 3.65933351e+000, 5.14340508e-049, 2.37550308e-002, 6.02670941e+000, 1.70315592e-002, 2.28632738e-035, 1.38043177e+000, 2.75288879e-003, 4.15442960e-048, 2.07222674e-003, 8.49444152e-194, 5.04928011e-001, 8.39191407e+000, 1.33622582e-001, 3.20183220e-001, 4.49308903e-002, 1.71914298e-006, 3.44970072e-001, 0.00000000e+000, 2.95962261e-001, 7.94619830e-001, 1.57915125e-002, 1.98816946e+002, 6.51063839e-001, 1.31377887e-006, 6.10157277e-002, 3.17104877e+002, 4.21931233e-104, 3.35113814e-002, 2.00612183e-002, 4.26984819e-004, 9.32261491e+001, 1.86627260e-007, 4.08450945e-056, 2.34959130e-001, 0.00000000e+000, 1.42308412e-032, 1.33955527e+000, 8.60767640e+000, 8.92751378e-001, 8.39146040e-011, 3.60640344e-051, 5.46828645e-018, 5.31880251e-001, 1.98282712e-030, 5.86559201e+000, 3.14637934e-001, 5.97407442e+000, 3.54679422e-022, 6.71999103e-002, 8.44870369e-002, 1.41435586e-007, 1.24484727e-002, 0.00000000e+000, 8.70366405e-004, 4.02177155e-025, 5.56048344e-001]]) - log_a_cz(chain, draw)float645.186 5.389 4.44 ... 4.849 4.915
- unit :
- dex(uHz3)
- symbol :
- $\log\,a_\mathrm{BCZ}$
- is_circular :
- 0
array([[5.18552901, 5.38881792, 4.44036785, 5.07430852, 5.02003547, 5.69850864, 5.27906051, 4.83971953, 5.16166759, 5.13751783, 5.89342904, 4.87802068, 5.04262592, 5.31844297, 5.27047785, 4.97247812, 4.73875281, 5.25814375, 4.92390552, 5.13909285, 5.97106796, 5.5731912 , 4.61556859, 5.48057155, 4.18747393, 5.71921944, 4.48927611, 5.18509464, 5.16753232, 5.40432224, 5.43395896, 6.09826732, 5.14625481, 5.46423834, 5.72502772, 5.17109601, 4.55553586, 5.28226622, 5.41429313, 5.15092729, 6.07188697, 6.46975248, 5.3195941 , 4.95673792, 4.75682582, 4.75663208, 4.37612322, 5.02957027, 5.36961243, 4.86465502, 4.635208 , 4.59690452, 4.83832234, 5.11781496, 5.93236847, 5.01092275, 5.30634784, 6.10770526, 5.80419088, 5.95552438, 5.38864206, 5.5032409 , 4.72010031, 4.49847926, 4.98237342, 5.6214062 , 5.6372114 , 5.31134206, 5.15762186, 4.9183783 , 5.29210553, 5.29298398, 5.45032118, 5.35145032, 5.51617835, 5.07083063, 5.52733395, 5.31920026, 5.41769176, 4.87856342, 5.14459613, 5.22385952, 5.56369274, 5.9243824 , 5.8021825 , 5.31287903, 4.83163024, 5.70888952, 4.61195085, 6.23032292, 5.52787033, 5.04648155, 5.34603281, 5.89311127, 4.67734545, 5.72269471, 5.17966909, 5.48027744, 4.96949201, 5.52441468, ... 4.99765716, 4.65604927, 5.50548979, 4.43189446, 4.49236814, 5.081971 , 5.60240414, 5.28487414, 6.02461007, 5.26692641, 5.4714484 , 5.77968442, 5.48109086, 4.78159123, 5.47337226, 5.85213184, 4.42588428, 4.5946331 , 4.66484174, 5.35346909, 5.80205498, 4.75245209, 4.72835518, 5.37799187, 5.13077642, 5.48086439, 4.85681252, 4.38875547, 5.03494238, 5.44061884, 5.60083777, 5.42211398, 5.61659033, 5.48607603, 5.67969858, 5.16025398, 4.77618162, 6.00248285, 6.46998257, 5.95145993, 5.79322268, 5.62381449, 5.50510209, 5.40577944, 5.58254561, 5.52543775, 5.47020062, 4.75749149, 5.65526189, 5.55004263, 5.03334212, 5.91600004, 5.07455378, 4.93013501, 5.49253454, 4.84676384, 5.42807278, 5.83571629, 5.22942234, 5.59315187, 5.18207481, 4.73684859, 5.03399171, 5.31001458, 5.63638409, 5.37890396, 3.95844015, 5.17579962, 5.64799218, 5.03698704, 4.35666567, 4.83525739, 5.53602258, 5.17553864, 5.15511347, 5.33449864, 4.81364245, 4.81990489, 4.42475724, 5.21104995, 4.03633646, 4.9936396 , 6.45376569, 5.1462203 , 4.01981254, 4.74058761, 4.80833156, 5.69293605, 5.33105293, 5.88149382, 5.86881685, 4.6799637 , 4.87657486, 5.64495131, 5.32617831, 5.46760681, 5.99563385, 4.71481786, 4.84859042, 4.91508652]]) - log_a_he(chain, draw)float64-5.283 -4.328 ... -2.598 -3.487
- unit :
- dex(1)
- symbol :
- $\log\,a_\mathrm{He}$
- is_circular :
- 0
array([[-5.28333462, -4.32770718, -1.98129412, -4.80833672, -2.93346483, -5.0998099 , -2.42012943, -2.21913988, -4.24723193, -3.3566393 , -3.57037901, -2.31672175, -5.10895403, -3.65542848, -1.85660555, -2.05795913, -2.60464322, -4.59245547, -4.45842543, -3.38257779, -3.14695053, -2.31610916, -2.308734 , -5.34136061, -5.0902135 , -5.28138383, -5.42690303, -4.71148203, -3.41247629, -2.58585693, -5.5030575 , -2.15503734, -0.74463732, -4.53698267, -2.10296198, -4.27134592, -2.87402698, -2.12408179, -4.17747805, -2.60693352, -5.22881539, -3.52018337, -3.233205 , -2.99376435, -4.60830169, -0.76048095, -4.49393157, -3.07596789, -4.43849699, -3.14868092, -2.66426986, -4.047503 , -2.18077171, -2.62221125, -4.57307048, -3.57778699, -2.55814825, -2.79037004, -3.75636469, -3.78809824, -0.58171976, -3.58930806, -3.08627527, -2.57743533, -2.49554514, -4.41718312, -3.37712451, -1.35862808, -2.03098191, -3.49075306, -3.81450164, -3.46737532, -2.84261091, -6.63246318, -4.55006181, -3.26496664, -3.59867621, -2.27819592, -2.44920931, -4.38805242, -2.6635095 , -1.54864167, -4.48064229, -2.54777754, -2.40650123, -4.30257793, -4.70030624, -3.83716026, -5.39657911, -3.60022889, -3.54142929, -2.64532677, -4.2707565 , -2.36642994, -3.01891076, -3.94965462, -3.65700552, -3.35654362, -5.01712059, -3.18094535, ... -3.51861426, -3.93251579, -3.95073251, -3.58369393, -1.80523663, -3.51652091, -3.18295755, -3.56747788, -2.5892832 , -5.13544071, -2.63582047, -2.0856731 , -3.66461437, -2.91753243, -4.43615016, -3.58361277, -2.80623806, -2.53336551, -4.80954222, -3.54946865, -3.8478247 , -4.08801874, -2.09301417, -2.76139976, -4.75090754, -4.53620313, -2.53040459, -3.08737734, -3.10266714, -2.64797603, -2.22102066, -4.11506504, -2.84030744, -3.01974889, -4.92511594, -4.25557472, -3.79697767, -3.48213331, -2.35495604, -2.59629388, -3.12020053, -1.6854 , -4.05162871, -2.76189187, -3.04103926, -4.71846624, -2.57940336, -4.04710885, -3.00067791, -3.22709263, -3.80307795, -2.32341001, -3.28630004, -4.58322853, -3.60006332, -2.44261547, -4.07522844, -3.86694604, -4.71669958, -4.15460856, -3.82559509, -1.99029519, -3.89405952, -2.51241945, -4.59374343, -1.07495288, -3.56149555, -3.2682775 , -4.55804932, -0.84265728, -2.48417748, -4.80792578, -4.94892106, -3.95811752, -1.37911713, -4.52524625, -3.00111805, -3.99334623, -3.50823805, -1.8013892 , -3.21569642, -1.80837699, -3.41786791, -3.62763214, -3.40566436, -3.34549196, -3.37087908, -2.33315194, -2.01413653, -3.86576681, -2.59641991, -3.10711674, -4.39262828, -4.04695296, -4.06092086, -4.11358321, -4.28951038, -2.35631511, -2.59822899, -3.48692489]]) - log_b_he(chain, draw)float64-8.335 -7.174 ... -4.964 -7.245
- unit :
- dex(Ms2)
- symbol :
- $\log\,b_\mathrm{He}$
- is_circular :
- 0
array([[ -8.3349253 , -7.17444915, -7.30369457, -10.91973638, -4.00191235, -10.41687975, -7.32574636, -3.83720332, -9.38022951, -7.71458331, -5.27588328, -7.57880954, -4.75917794, -6.89548544, -7.85400732, -7.40602081, -4.7682453 , -4.89173242, -4.14917219, -3.63666912, -8.98298913, -7.488708 , -5.37173572, -4.12477895, -10.05578384, -8.72796628, -8.09839496, -7.62648657, -6.07284512, -7.63282869, -3.34658447, -5.89880366, -8.8523992 , -5.15106171, -5.39871452, -10.79488358, -5.97505577, -7.25723144, -7.63598061, -4.39274345, -8.23023446, -6.37731595, -8.24691487, -10.33209381, -5.85886955, -3.67856577, -7.95737717, -6.33176531, -7.55188537, -8.00994084, -6.74870336, -10.30184402, -5.35068111, -6.4784742 , -9.65991139, -8.27967586, -9.49106803, -7.16992088, -4.99944269, -9.8972548 , -5.63164564, -6.30190744, -6.56500656, -8.45363619, -7.19859248, -7.982951 , -9.6629856 , -8.75890631, -7.43675684, -8.45812157, -9.29574189, -9.02896603, -6.55392485, -7.91917158, -5.01404784, -9.62254717, -10.97104098, -5.95057158, -6.97760245, -2.72065063, ... -7.47996638, -7.79348674, -7.89358284, -7.78900214, -4.29735284, -8.95989021, -7.63790544, -7.16456673, -5.10625421, -3.76917154, -3.26192927, -5.84306813, -4.43889807, -8.25607323, -10.28404982, -3.95613028, -5.79074888, -2.68230319, -2.93343778, -5.49847396, -4.93426121, -3.66625579, -4.35112823, -7.6710848 , -4.68708214, -6.93887387, -8.71053652, -6.34587396, -4.83034342, -9.19457322, -6.04944296, -4.70151635, -5.9443231 , -4.08903464, -7.55325357, -10.32981125, -7.1473527 , -9.66981386, -9.35026287, -5.68155585, -8.49850771, -3.61152957, -8.28407164, -6.40598652, -6.6168643 , -10.74245906, -9.03141996, -5.62638252, -8.0658534 , -7.94419006, -4.37084641, -7.75727744, -7.3027719 , -5.95324918, -8.06267955, -5.63740769, -4.63052008, -8.83455497, -3.87979837, -4.8608161 , -7.84374144, -6.58669895, -8.85007472, -5.38186081, -4.67717408, -5.13963737, -6.94250075, -4.8691383 , -6.61539711, -8.28297793, -12.39084752, -5.04423941, -7.20498284, -6.77950587, -5.57838609, -6.31962032, -3.3474887 , -5.78044487, -4.96367367, -7.24501447]]) - log_tau_cz(chain, draw)float64-2.564 -2.565 ... -2.534 -2.37
- unit :
- dex(Ms)
- symbol :
- $\log\,\tau_\mathrm{BCZ}$
- is_circular :
- 0
array([[-2.56377668, -2.56452538, -2.25870011, -2.37554561, -2.57622351, -2.26389451, -2.38640607, -2.38336846, -2.3066706 , -1.91913143, -2.48992992, -2.28617963, -2.58350619, -2.53710806, -2.53845583, -2.15558527, -2.37057738, -2.47153801, -2.21567552, -2.11026724, -2.24767546, -2.38742802, -2.39151765, -2.46372173, -2.39379423, -2.48136858, -2.33442369, -2.54426099, -2.2210459 , -2.49499677, -2.72789241, -2.33882361, -2.44775237, -2.17177242, -2.27985356, -2.36190078, -2.22741456, -2.38247852, -2.40613786, -2.37128898, -2.26596871, -2.36839943, -2.23559105, -2.71306498, -2.31685341, -2.50240721, -2.42464655, -2.17138906, -2.51520746, -2.2779818 , -2.27267069, -2.36416994, -2.56513397, -2.1499287 , -2.31011678, -2.38570779, -2.20173935, -2.40312279, -2.47235713, -2.37074169, -2.29044787, -2.26828623, -2.35020977, -2.32817619, -2.1892254 , -2.30700553, -2.36278412, -2.48474125, -2.63519276, -2.35756172, -2.18687321, -2.4027402 , -2.47751236, -2.27013714, -2.33596648, -2.42303329, -2.34640443, -2.35252853, -2.55743114, -2.31454103, -2.64348056, -2.21525793, -2.22921621, -2.1096753 , -2.3145881 , -2.42542049, -2.45775416, -2.36488338, -2.35125929, -2.70658678, -2.12118405, -2.31987812, -2.48302417, -2.27528166, -2.2078525 , -2.51514754, -2.57311908, -2.43312895, -2.7538877 , -2.62401917, ... -2.47185105, -2.53683874, -2.35000229, -2.55338344, -2.22021933, -2.54025167, -2.29045689, -2.63855192, -2.6095318 , -2.27023072, -2.50026385, -2.19257067, -2.23195027, -2.54652026, -2.14315734, -2.30624224, -2.2826917 , -2.57199203, -2.43531688, -2.51156442, -2.32433037, -2.36219836, -2.26969116, -2.47713461, -2.36306092, -2.64559826, -2.35543414, -2.3555513 , -2.34211848, -2.3661381 , -2.57288479, -2.36134899, -2.64214202, -2.20483688, -2.29031843, -2.27442929, -2.47381844, -2.21338374, -2.62819744, -2.46983502, -2.47610945, -2.36872261, -2.57002335, -2.53014863, -2.31535318, -2.49935409, -2.43661102, -2.37910798, -2.48989424, -2.47721787, -2.35940488, -2.21919993, -2.52616966, -2.39401224, -2.38638505, -2.45186696, -2.0796101 , -2.32239183, -2.43068281, -2.60224388, -2.14596214, -2.26980318, -2.4368009 , -2.28349558, -2.26002697, -2.61696971, -2.34165541, -2.43959592, -2.33473538, -2.44814382, -2.06895197, -2.24698458, -2.28713737, -2.47301448, -2.7423774 , -2.33805229, -2.29536033, -2.38406765, -2.44319625, -2.25785438, -2.31422865, -2.57717513, -2.27016346, -2.49802127, -2.58852801, -2.4999291 , -2.50540266, -2.72859963, -2.28935641, -2.396656 , -2.31438179, -2.4056068 , -2.52872487, -2.57510062, -2.36412654, -2.45008593, -2.36510737, -2.14619044, -2.53353589, -2.37023783]]) - log_tau_he(chain, draw)float64-2.946 -2.938 ... -2.787 -2.954
- unit :
- dex(Ms)
- symbol :
- $\log\,\tau_\mathrm{He}$
- is_circular :
- 0
array([[-2.94603873, -2.93764225, -2.93665963, -3.02517256, -2.9013578 , -2.88705931, -2.81905946, -2.86366372, -2.80267064, -2.92400608, -2.92621729, -2.88184798, -2.98100634, -2.90126115, -2.95108078, -2.84961364, -2.87505499, -2.92320209, -2.89464744, -2.89308836, -3.01198496, -2.92203107, -3.10466522, -3.14482916, -2.98787972, -3.06280603, -3.04179922, -3.05901806, -2.98393742, -2.95142136, -2.91126049, -2.92487139, -2.90946612, -2.95962802, -2.99504673, -2.99817294, -2.95077429, -2.97066716, -3.05290318, -2.80284378, -3.04408366, -2.94847547, -3.02826604, -2.83245427, -2.85727023, -2.96870063, -2.82030674, -2.98408429, -2.97993788, -3.03905061, -2.6527723 , -2.96779114, -3.01517988, -2.99344157, -2.89694346, -3.00810472, -2.75498681, -3.1370214 , -3.00044006, -2.9312179 , -3.01637298, -2.78810525, -2.88242008, -2.86993536, -3.06871989, -3.11022521, -2.79825592, -2.97381142, -2.94132206, -2.96897242, -2.85140539, -3.07730834, -2.98484242, -2.84862995, -3.02354204, -2.99084629, -2.93006978, -3.00220378, -3.08210598, -2.71444365, -3.07724781, -2.86273576, -3.02810159, -3.17629638, -2.96475111, -2.97948861, -2.72576677, -2.96942629, -2.98780642, -2.92952231, -2.98051139, -2.91435926, -2.89317885, -3.03331217, -3.04166248, -2.99011421, -2.94199594, -3.12045284, -2.98849541, -3.02312087, ... -3.02019081, -2.93546309, -3.12460203, -2.80822416, -2.84868486, -2.99700994, -2.87311225, -2.92213617, -2.99095197, -2.9441877 , -2.86091227, -2.95657592, -3.01620657, -2.96438002, -2.85492255, -2.97584522, -2.87607801, -2.96910984, -3.01335587, -2.94422322, -2.99498741, -2.95813754, -3.1875382 , -2.94110072, -2.79349569, -2.9121784 , -3.0496539 , -2.91530273, -3.00583323, -2.82674296, -2.93770407, -3.02493924, -2.97460692, -3.01904942, -2.80512533, -2.89344199, -3.06402877, -2.8676185 , -2.85013126, -3.11306565, -2.97237152, -3.04527695, -3.00188576, -2.97296252, -2.88192971, -3.03525062, -2.82825522, -3.17109408, -2.83146099, -2.96505753, -2.84140499, -2.89255578, -3.07628618, -2.83703255, -2.77240273, -3.05634971, -2.77593489, -2.88460714, -2.66744321, -2.95700138, -2.97620456, -3.05033381, -2.90584601, -2.68602407, -3.14565858, -3.2244476 , -2.83405732, -3.09658363, -2.85326426, -3.01590387, -2.9979423 , -3.01914796, -2.87566301, -2.94809962, -2.87714904, -2.99379372, -2.90181654, -2.8739175 , -2.78181638, -2.94856585, -2.83955259, -2.97701856, -2.73913527, -3.00263389, -2.84988644, -3.04253415, -3.03824608, -2.93076716, -2.94386526, -3.08028675, -2.73813802, -2.83195253, -2.9292191 , -3.04647166, -2.89497021, -2.96193184, -2.91526089, -2.872788 , -2.78699974, -2.9540387 ]]) - nu(chain, draw, n)float641.597e+03 1.708e+03 ... 3.156e+03
- unit :
- uHz
- symbol :
- $\nu$
- is_circular :
- 0
array([[[1597.08498125, 1708.49909937, 1820.2801414 , ..., 2830.62399585, 2942.99400737, 3055.34168806], [1585.77899005, 1697.5341181 , 1809.12212652, ..., 2817.83182927, 2929.74181117, 3041.70684117], [1584.36239873, 1692.9447426 , 1782.3033137 , ..., 2804.1039897 , 2935.78592602, 3025.34049877], ..., [1655.89960615, 1767.73490158, 1879.14906887, ..., 2873.89646559, 2984.65384597, 3095.85930106], [1694.24413879, 1806.09449231, 1918.29220239, ..., 2927.767488 , 3038.89388306, 3149.57455002], [1693.74810444, 1805.59870057, 1917.71942828, ..., 2931.57884199, 3043.36946502, 3155.9841552 ]]]) - nu_bkg(chain, draw, n)float641.6e+03 1.711e+03 ... 3.152e+03
- unit :
- uHz
- symbol :
- $\nu_\mathrm{bkg}$
- is_circular :
- 0
array([[[1599.5510611 , 1711.46150053, 1823.37193995, ..., 2830.5658948 , 2942.47633423, 3054.38677365], [1587.39282455, 1699.16331073, 1810.93379691, ..., 2816.86817254, 2928.63865872, 3040.4091449 ], [1576.68811529, 1688.608464 , 1800.52881271, ..., 2807.81195107, 2919.73229977, 3031.65264848], ..., [1652.21476562, 1763.83626771, 1875.4577698 , ..., 2880.0512886 , 2991.67279069, 3103.29429278], [1693.12258748, 1804.88197667, 1916.64136587, ..., 2922.47586864, 3034.23525784, 3145.99464704], [1696.92415755, 1808.84404504, 1920.76393253, ..., 2928.04291993, 3039.96280742, 3151.88269491]]]) - nu_bkg_pred(chain, draw, n_pred)float641.6e+03 1.605e+03 ... 3.152e+03
- unit :
- uHz
- symbol :
- $\nu_\mathrm{bkg}$
- is_circular :
- 0
array([[[1599.5510611 , 1605.3937748 , 1611.23648851, ..., 3042.70134624, 3048.54405995, 3054.38677365], [1587.39282455, 1593.22823146, 1599.06363837, ..., 3028.73833108, 3034.57373799, 3040.4091449 ], [1576.68811529, 1582.53134635, 1588.37457741, ..., 3019.96618637, 3025.80941742, 3031.65264848], ..., [1652.21476562, 1658.04239424, 1663.87002286, ..., 3091.63903553, 3097.46666416, 3103.29429278], [1693.12258748, 1698.95741503, 1704.79224257, ..., 3134.32499194, 3140.15981949, 3145.99464704], [1696.92415755, 1702.76736453, 1708.6105715 , ..., 3140.19628096, 3146.03948793, 3151.88269491]]]) - nu_max(chain, draw)float642.364e+03 2.34e+03 ... 2.313e+03
- unit :
- uHz
- symbol :
- $\nu_\mathrm{max}$
- is_circular :
- 0
array([[2364.30396407, 2339.5734415 , 2397.4568766 , 2370.60086988, 2383.05641648, 2288.19092297, 2320.1920694 , 2350.30325944, 2362.53889188, 2364.79163315, 2352.80073674, 2328.9288297 , 2349.44363139, 2348.3410295 , 2370.42552198, 2387.43717721, 2373.86545656, 2356.63429026, 2367.79082714, 2380.20568399, 2407.59079805, 2356.55434092, 2342.64349761, 2357.62746585, 2310.10442407, 2391.75847823, 2391.73130649, 2350.42303714, 2355.3782196 , 2349.75108893, 2341.61062418, 2389.19444963, 2353.20227017, 2373.33882618, 2374.70379636, 2338.14787281, 2359.78395417, 2361.37061926, 2352.90982537, 2399.54799233, 2400.90455736, 2340.11433097, 2386.05254829, 2345.58350161, 2336.25194627, 2349.61557057, 2339.01384558, 2353.26683283, 2359.57184859, 2370.53166088, 2400.04424092, 2329.97872964, 2342.50917684, 2342.99074569, 2372.194575 , 2333.20347059, 2302.12236592, 2371.47632416, 2389.90913224, 2356.19413322, 2355.44289718, 2393.32654128, 2352.63696282, 2332.25594395, 2337.68496849, 2383.54187883, 2374.68121361, 2374.6480892 , 2355.10653274, 2377.96614167, 2398.13452545, 2353.89590305, 2322.89029475, 2316.58538583, 2365.40257834, 2310.16379321, 2350.63438479, 2353.43938244, 2356.22168405, 2340.84203668, ... 2346.37448123, 2359.73092094, 2377.05322587, 2354.50282705, 2363.67963461, 2365.96944102, 2349.63539622, 2359.11960614, 2363.15585417, 2344.3303839 , 2343.78067421, 2337.20189564, 2337.9842005 , 2343.01725831, 2375.57274254, 2400.82245159, 2330.25659037, 2349.72444073, 2332.04392545, 2365.79920374, 2334.53506828, 2379.76696387, 2386.439724 , 2388.55127638, 2333.65899906, 2364.74263724, 2312.09061038, 2365.09173377, 2335.42871413, 2336.80636669, 2342.58637295, 2368.28805106, 2369.51763597, 2328.68872112, 2344.65758585, 2325.8753629 , 2373.05843238, 2359.7274959 , 2345.91115322, 2347.07451515, 2349.54655422, 2343.70167688, 2388.80414698, 2376.90522317, 2348.04499298, 2362.92617893, 2384.60427138, 2416.82987191, 2308.78798329, 2350.40325212, 2374.66739469, 2376.99719844, 2345.80446669, 2402.7226814 , 2340.13888939, 2360.49742287, 2341.63175997, 2332.36511915, 2394.28326417, 2363.26224704, 2388.74411364, 2369.09053378, 2355.05066533, 2333.55288442, 2349.3380381 , 2343.03760723, 2361.85241116, 2287.97518734, 2372.83480466, 2378.96977209, 2358.8022017 , 2352.90275494, 2325.16205831, 2342.42812548, 2316.63542892, 2366.83719533, 2340.30361271, 2380.65525119, 2308.37142188, 2313.3842654 ]]) - nu_pred(chain, draw, n_pred)float641.597e+03 1.603e+03 ... 3.156e+03
- unit :
- uHz
- symbol :
- $\nu$
- is_circular :
- 0
array([[[1597.0859971 , 1602.9105434 , 1608.73477523, ..., 3043.60676153, 3049.47434935, 3055.34506304], [1585.77796905, 1591.60507491, 1597.43959508, ..., 3030.02146302, 3035.86085465, 3041.70583137], [1584.35927758, 1590.91835273, 1597.39584608, ..., 3017.15153477, 3021.24786005, 3025.34270375], ..., [1655.89986985, 1661.7356823 , 1667.57403464, ..., 3084.22225766, 3090.04171745, 3095.85980418], [1694.24549908, 1700.07273969, 1705.90164656, ..., 3138.0322725 , 3143.80368456, 3149.57022545], [1693.75004491, 1699.56967782, 1705.38651357, ..., 3144.21961508, 3150.09986761, 3155.98092005]]]) - phi_cz(chain, draw)float642.202 0.688 3.082 ... 2.708 -2.846
- unit :
- rad
- symbol :
- $\phi_\mathrm{BCZ}$
- is_circular :
- 0
array([[ 2.20241762e+00, 6.88003286e-01, 3.08229579e+00, -1.63560886e+00, -2.50367983e+00, -1.88908211e+00, 2.20075497e+00, -2.98900300e+00, 2.86078740e+00, -2.93951054e+00, -7.16548294e-01, -3.23006157e-01, 2.13932714e+00, 1.99654637e+00, 2.90550563e+00, 1.58659519e+00, -2.97579825e+00, -2.90681061e+00, -2.88373357e+00, 2.11443436e+00, -2.62167940e+00, -1.26228187e+00, 1.81442931e-01, 7.36357206e-01, -1.84553117e+00, 2.91548367e+00, 1.92107807e-01, 2.13088847e+00, 2.47731808e+00, -2.53693582e+00, 7.58796003e-01, 1.76541490e+00, 3.04135086e+00, 1.16506438e+00, -9.80015229e-01, -1.03063283e+00, -1.54048880e+00, -1.41209175e+00, 2.79970898e+00, 4.71937411e-01, -1.45856249e+00, 1.45115278e+00, -2.96013098e+00, -1.20561841e+00, 1.58104914e+00, -1.77210090e-01, 6.10832234e-01, -2.30677914e-01, -8.75060813e-01, -2.54519208e+00, 1.13975287e+00, -2.42270235e+00, -2.60888448e+00, 2.85850613e+00, -5.64582582e-01, 2.55145330e+00, -1.44606556e+00, -2.36373212e+00, 2.12256511e+00, -1.26255781e+00, ... 1.50770336e+00, -2.64996937e+00, -3.59401714e-01, -1.30410534e+00, 2.48359050e-01, -1.68480816e+00, 5.03381946e-01, 1.73856053e+00, 6.14582187e-01, 2.94851090e-01, 2.95314733e+00, 1.13645819e+00, -3.04369658e+00, -2.32230644e+00, 1.04530360e+00, -3.70849636e-01, 5.79651983e-01, 2.13815417e-01, 1.97811778e+00, 1.05285928e+00, -2.02698243e-01, 2.99071202e+00, 2.39550828e+00, -8.24446444e-01, -2.37741795e+00, -1.31542577e+00, 4.76559396e-01, 2.01992335e+00, -1.30109416e+00, 2.04420992e+00, -1.22620305e+00, 8.48867529e-01, 1.03418161e+00, -1.40396989e+00, 2.57037768e+00, 4.10022706e-01, -1.33376494e+00, -1.17826919e+00, 1.45781304e+00, -5.81435321e-01, 3.05571123e+00, 2.27922350e+00, 1.80913291e+00, -3.65694493e-01, -2.78428405e+00, -1.09045893e+00, -2.32584732e+00, 1.65989371e+00, -2.22047972e+00, 7.68021313e-01, 1.45152328e+00, 2.32640338e+00, 4.58336870e-01, 1.73175097e+00, -8.12095740e-01, -6.67505358e-01, 2.70801099e+00, -2.84618147e+00]]) - phi_he(chain, draw)float640.3414 0.3522 ... -2.236 0.1346
- unit :
- rad
- symbol :
- $\phi_\mathrm{He}$
- is_circular :
- 0
array([[ 0.34142223, 0.35216499, 3.11695699, -1.99933034, -1.63442608, 1.24854678, -2.12682078, 0.98615947, 0.57235797, -1.82694689, 2.00432372, -0.81545933, -1.5816765 , -1.23318167, -1.71916858, -0.17685801, -2.06886686, -2.34684146, 1.1538662 , 2.02490633, -3.01869631, 1.52474785, -1.66031982, 2.06312855, 1.25066102, -2.92219767, -1.0558686 , -2.95176543, -1.73468197, -0.69811629, 2.68636218, 2.74283995, -2.01215443, -1.32960794, -0.81035916, -2.45860514, -0.20726637, 1.9622431 , -2.53738192, -0.4401016 , -2.90952279, -1.6776332 , 0.34502512, -0.9406784 , 0.25465871, 2.44475649, 0.94177033, 2.22610783, 2.51942254, -0.02061211, -0.17893106, -2.42484019, -0.10318743, -1.74485944, -3.00605277, -1.3985744 , 1.15816388, 3.02464905, -0.73882431, -0.11872531, -1.33142981, 1.97543868, -2.9775628 , 2.21054537, 1.79589909, -2.48365038, 2.53010882, -0.64293329, 2.09421332, 2.68770157, -0.31427358, 3.04182463, 2.7441413 , -2.43596351, -1.18330144, -0.5314672 , -0.19760693, 2.18137782, -1.01384796, 1.45428553, -3.10495157, 0.63900936, -0.56614561, -2.51407043, -0.98434931, -1.6908696 , 1.56160953, 1.64204095, -1.89497172, 0.09269759, 0.31821949, 0.25678881, -3.04061286, 0.16320667, 1.50918978, 3.01122067, 2.85801191, -1.1767014 , -1.1940172 , -0.41713805, ... 1.84040387, -0.56297698, -1.75726881, -1.35497677, -1.69646184, 0.8448668 , 0.13078746, 1.23821283, 1.23924128, 0.70354838, 0.83482275, 0.16354567, 0.42633602, 1.78909891, 1.9198306 , 2.0128445 , 1.33436559, 1.68656648, 1.81544558, -0.55704309, 0.55414156, -2.89402442, -2.00855839, -0.57351345, 2.99098183, -1.20664179, -1.95069127, 2.67136103, -2.22177179, 1.95083827, 0.1235492 , -0.96614945, -2.20445107, -2.92561572, 1.75820394, 1.92293708, -3.04178637, -3.02120648, -1.73484466, 1.36104586, 1.89333244, 1.96869796, 1.06301216, 1.92221959, 2.24475745, 0.51744293, -1.79763102, -3.02102238, 1.1354418 , -2.16426755, 0.87140461, 3.02429784, -2.54843529, -1.52521107, 1.21223676, -0.46945302, 0.3567383 , 0.4591878 , -3.11755592, -1.49613636, 1.07683221, 2.72505226, -2.00398923, 1.63512537, -0.26933709, 0.06718999, -2.75168808, 2.37510363, 0.60802471, 0.34649419, 1.91487294, -2.32128284, 1.57630583, 2.85781451, 2.66089007, 1.06646608, 1.78821462, -3.14034936, 2.89360731, -1.79578918, -1.18577532, -1.06727422, -2.70806573, -1.12355264, 2.83320985, -1.93836746, 1.35333974, -2.73673883, 2.89360223, -0.46994157, 0.7612545 , -0.56118523, -0.47454418, 0.51454226, 1.49098131, 3.06988055, -2.69406436, 2.55369823, -2.23560458, 0.134616 ]]) - tau_cz(chain, draw)float640.00273 0.002726 ... 0.004263
- unit :
- Ms
- symbol :
- $\tau_\mathrm{BCZ}$
- is_circular :
- 0
array([[0.00273038, 0.00272568, 0.00551188, 0.00421167, 0.00265324, 0.00544635, 0.00410765, 0.00413649, 0.00493548, 0.01204671, 0.00323646, 0.00517393, 0.00260912, 0.0029033 , 0.0028943 , 0.00698899, 0.00426013, 0.00337646, 0.0060859 , 0.0077577 , 0.00565359, 0.004098 , 0.00405959, 0.00343778, 0.00403837, 0.00330089, 0.00462995, 0.00285587, 0.0060111 , 0.00319892, 0.00187115, 0.00458328, 0.00356654, 0.00673329, 0.00524984, 0.00434609, 0.0059236 , 0.00414497, 0.0039252 , 0.00425315, 0.0054204 , 0.00428155, 0.00581312, 0.00193613, 0.0048211 , 0.0031448 , 0.00376143, 0.00673924, 0.00305346, 0.00527252, 0.00533739, 0.00432345, 0.00272186, 0.00708062, 0.00489647, 0.00411426, 0.00628435, 0.00395255, 0.0033701 , 0.00425852, 0.00512333, 0.00539155, 0.00446468, 0.00469704, 0.00646807, 0.00493168, 0.00433726, 0.00327536, 0.00231637, 0.00438973, 0.0065032 , 0.00395603, 0.00333033, 0.00536862, 0.00461353, 0.00377543, 0.00450397, 0.0044409 , 0.00277057, 0.00484684, 0.00227258, 0.00609175, 0.00589907, 0.00776828, 0.00484632, 0.00375474, 0.00348535, 0.00431635, 0.0044539 , 0.00196523, 0.00756512, 0.00478764, 0.00328833, 0.0053054 , 0.00619651, 0.00305388, 0.00267227, 0.00368868, 0.00176243, 0.00237674, ... 0.00337403, 0.0029051 , 0.00446681, 0.00279651, 0.00602255, 0.00288236, 0.00512322, 0.00229852, 0.00245736, 0.00536747, 0.00316036, 0.00641844, 0.00586205, 0.00284106, 0.00719188, 0.00494035, 0.00521565, 0.00267922, 0.00367014, 0.00307918, 0.00473881, 0.00434312, 0.00537414, 0.00333323, 0.0043345 , 0.00226153, 0.00441129, 0.0044101 , 0.00454864, 0.0043039 , 0.00267372, 0.00435162, 0.0022796 , 0.00623969, 0.00512485, 0.00531583, 0.00335878, 0.0061181 , 0.00235398, 0.00338973, 0.00334111, 0.00427836, 0.00269139, 0.0029502 , 0.00483779, 0.00316698, 0.00365922, 0.00417726, 0.00323672, 0.00333259, 0.00437114, 0.00603671, 0.00297735, 0.00403634, 0.00410785, 0.00353291, 0.00832511, 0.00476001, 0.00370952, 0.00249894, 0.00714559, 0.00537275, 0.00365762, 0.005206 , 0.00549507, 0.00241563, 0.00455349, 0.00363416, 0.00462663, 0.00356333, 0.00853194, 0.00566259, 0.00516253, 0.003365 , 0.00180977, 0.00459143, 0.0050657 , 0.00412983, 0.00360416, 0.00552263, 0.00485033, 0.00264743, 0.0053683 , 0.00317672, 0.00257912, 0.00316279, 0.00312318, 0.0018681 , 0.00513622, 0.00401184, 0.00484862, 0.00393001, 0.00295989, 0.00266011, 0.00432388, 0.00354743, 0.00431412, 0.00714183, 0.00292728, 0.00426346]]) - tau_he(chain, draw)float640.001132 0.001154 ... 0.001112
- unit :
- Ms
- symbol :
- $\tau_\mathrm{He}$
- is_circular :
- 0
array([[0.0011323 , 0.0011544 , 0.00115702, 0.00094369, 0.001255 , 0.001297 , 0.00151684, 0.00136879, 0.00157518, 0.00119123, 0.00118518, 0.00131266, 0.0010447 , 0.00125527, 0.00111923, 0.00141379, 0.00133335, 0.00119343, 0.00127454, 0.00127912, 0.00097278, 0.00119665, 0.00078584, 0.00071643, 0.0010283 , 0.00086535, 0.00090824, 0.00087294, 0.00103768, 0.00111835, 0.0012267 , 0.00118885, 0.00123178, 0.00109742, 0.00101147, 0.00100422, 0.00112002, 0.00106987, 0.00088531, 0.00157455, 0.00090348, 0.00112596, 0.00093699, 0.00147077, 0.00138909, 0.00107473, 0.00151249, 0.00103733, 0.00104728, 0.00091401, 0.00222448, 0.00107698, 0.00096565, 0.00101522, 0.00126782, 0.00098151, 0.00175798, 0.00072942, 0.00099899, 0.00117161, 0.000963 , 0.0016289 , 0.00131093, 0.00134916, 0.00085365, 0.00077584, 0.00159127, 0.00106216, 0.00114466, 0.00107406, 0.00140797, 0.00083693, 0.00103552, 0.001417 , 0.00094724, 0.0010213 , 0.00117471, 0.00099494, 0.00082774, 0.00193 , 0.00083705, 0.00137172, 0.00093734, 0.00066635, 0.00108455, 0.00104836, 0.00188033, 0.00107294, 0.00102847, 0.00117619, 0.0010459 , 0.00121798, 0.00127885, 0.00092616, 0.00090853, 0.00102302, 0.00114289, 0.00075779, 0.00102684, 0.00094815, ... 0.00095457, 0.00116021, 0.00075058, 0.00155516, 0.00141682, 0.00100691, 0.00133933, 0.00119637, 0.00102105, 0.00113714, 0.00137749, 0.00110516, 0.00096337, 0.00108548, 0.00139662, 0.00105719, 0.00133022, 0.00107372, 0.00096972, 0.00113704, 0.00101161, 0.00110119, 0.00064932, 0.00114525, 0.00160881, 0.00122411, 0.00089196, 0.00121534, 0.00098666, 0.00149024, 0.00115424, 0.00094419, 0.00106021, 0.00095709, 0.0015663 , 0.00127808, 0.00086292, 0.00135638, 0.00141211, 0.00077079, 0.00106568, 0.000901 , 0.00099567, 0.00106423, 0.00131241, 0.00092204, 0.00148506, 0.00067438, 0.00147414, 0.00108378, 0.00144077, 0.00128069, 0.00083891, 0.00145535, 0.00168887, 0.00087831, 0.00167519, 0.00130435, 0.00215059, 0.00110408, 0.00105632, 0.00089057, 0.00124209, 0.00206052, 0.00071506, 0.00059642, 0.00146535, 0.0008006 , 0.00140196, 0.00096404, 0.00100475, 0.00095687, 0.00133149, 0.00112694, 0.00132694, 0.00101439, 0.00125367, 0.00133685, 0.00165266, 0.00112573, 0.00144693, 0.00105434, 0.00182333, 0.00099395, 0.00141291, 0.0009067 , 0.0009157 , 0.00117282, 0.00113798, 0.00083121, 0.00182752, 0.00147247, 0.00117701, 0.00089852, 0.00127359, 0.00109161, 0.00121546, 0.00134033, 0.00163305, 0.00111163]])
- created_at :
- 2022-05-06T12:04:48.905601
- arviz_version :
- 0.11.4
<xarray.Dataset> Dimensions: (chain: 1, draw: 1000, n: 14, n_pred: 250) Coordinates: * chain (chain) int64 0 * draw (draw) int64 0 1 2 3 4 5 6 7 ... 993 994 995 996 997 998 999 * n (n) int64 13 14 15 16 17 18 19 20 21 22 23 24 25 26 * n_pred (n_pred) float64 13.0 13.05 13.1 13.16 ... 25.9 25.95 26.0 Data variables: (12/27) a_cz (chain, draw) float64 1.533e+05 2.448e+05 ... 8.224e+04 a_he (chain, draw) float64 5.208e-06 4.702e-05 ... 0.0003259 b_he (chain, draw) float64 4.625e-09 6.692e-08 ... 5.688e-08 cz_amplitude (chain, draw) float64 0.03142 0.05075 ... 0.01322 0.01539 cz_nu_max (chain, draw) float64 0.02742 0.04472 ... 0.01324 0.01537 delta_nu (chain, draw) float64 111.9 111.8 111.9 ... 111.6 111.8 111.9 ... ... nu_max (chain, draw) float64 2.364e+03 2.34e+03 ... 2.313e+03 nu_pred (chain, draw, n_pred) float64 1.597e+03 ... 3.156e+03 phi_cz (chain, draw) float64 2.202 0.688 3.082 ... 2.708 -2.846 phi_he (chain, draw) float64 0.3414 0.3522 3.117 ... -2.236 0.1346 tau_cz (chain, draw) float64 0.00273 0.002726 ... 0.002927 0.004263 tau_he (chain, draw) float64 0.001132 0.001154 ... 0.001633 0.001112 Attributes: created_at: 2022-05-06T12:04:48.905601 arviz_version: 0.11.4xarray.Dataset -
- n: 14
- n(n)int6413 14 15 16 17 ... 22 23 24 25 26
array([13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26])
- nu(n)float641.601e+03 1.712e+03 ... 3.053e+03
- unit :
- uHz
- symbol :
- $\nu$
- is_circular :
- 0
array([1601.25483295, 1712.37568989, 1822.86668365, 1932.24319991, 2042.29649891, 2153.48031271, 2265.19596148, 2377.14428885, 2488.87477862, 2601.02112942, 2713.51145217, 2826.39969194, 2939.55800865, 3052.67058431])
- created_at :
- 2022-05-06T12:04:48.908278
- arviz_version :
- 0.11.4
<xarray.Dataset> Dimensions: (n: 14) Coordinates: * n (n) int64 13 14 15 16 17 18 19 20 21 22 23 24 25 26 Data variables: nu (n) float64 1.601e+03 1.712e+03 1.823e+03 ... 2.94e+03 3.053e+03 Attributes: created_at: 2022-05-06T12:04:48.908278 arviz_version: 0.11.4xarray.Dataset -
- nu_err_dim_0: 14
- nu_err_dim_0(nu_err_dim_0)int640 1 2 3 4 5 6 7 8 9 10 11 12 13
array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13])
- nu_err(nu_err_dim_0)float640.0 0.0 0.0 0.0 ... 0.0 0.0 0.0 0.0
- unit :
- symbol :
- is_circular :
- 0
array([0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.])
- created_at :
- 2022-05-06T12:04:48.908422
- arviz_version :
- 0.11.4
<xarray.Dataset> Dimensions: (nu_err_dim_0: 14) Coordinates: * nu_err_dim_0 (nu_err_dim_0) int64 0 1 2 3 4 5 6 7 8 9 10 11 12 13 Data variables: nu_err (nu_err_dim_0) float64 0.0 0.0 0.0 0.0 0.0 ... 0.0 0.0 0.0 0.0 Attributes: created_at: 2022-05-06T12:04:48.908422 arviz_version: 0.11.4xarray.Dataset
[8]:
ax = ast.plot_glitch(data, group='prior');
[9]:
use_alpha = False # Option to not use alpha channel to improve look of plot
ax = ast.plot_glitch(data, group='prior', use_alpha=use_alpha);
ax = ast.plot_glitch(data, group='prior', kind="helium", ax=ax, use_alpha=use_alpha);
ax = ast.plot_glitch(data, group='prior', kind="bcz", ax=ax, use_alpha=use_alpha);
[10]:
ast.plot_echelle(data, group='prior');
Sample posterior#
We can sample from the posterior using one of two methods, 'nested' or 'mcmc'. Nested sampling is better suited to multi-modal solutions over MCMC. Since we are fitting sinusoidal functions, there may be cases where one or more periods fit the data, leading to instability during MCMC. Also, the glitch phase term \(\phi\) is circular, which can make it difficult to deal with the gradient at \(\pm\pi\) for gradient-based MCMC sampling methods. Therefore, we recommend using the
nested sampling method, although note that the package on which is is based, ‘jaxns’ is still in early development.
If you want to sample using MCMC, follow the advice of the warning when initialising Inference and modify the distributions for \(\phi\) like so,
import numpyro.distributions as dist
model.he_glitch.phi = dist.VonMises(0.0, 0.1)
model.cz_glitch.phi = dist.VonMises(0.0, 0.1)
[11]:
infer.sample(
num_samples=2000,
method='nested', # default method
num_live_points=50, # Should be ~ 50 per expected posterior mode
depth=5,
)
Running nested sampling using the 'multi_ellipsoid' sampler with 50 live points and 50000 maximum samples...
Completed in 16.3 seconds.
Posterior predictive check#
[12]:
infer.posterior_predictive()
When use nested sampling the inference data may produce some warnings. This is because we save the weighted samples in a custom group which is not defined by arviz. You may ignore these.
[13]:
data = infer.get_data()
data
[13]:
-
- chain: 1
- draw: 2000
- n: 14
- chain(chain)int640
array([0])
- draw(draw)int640 1 2 3 4 ... 1996 1997 1998 1999
array([ 0, 1, 2, ..., 1997, 1998, 1999])
- n(n)int6413 14 15 16 17 ... 22 23 24 25 26
array([13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26])
- a_cz(chain, draw)float643.001e+05 3.008e+05 ... 2.993e+05
- unit :
- uHz3
- symbol :
- $a_\mathrm{BCZ}$
- is_circular :
- 0
array([[300114.04541326, 300774.33505324, 298152.79379583, ..., 303662.91971795, 300419.7861777 , 299250.38345345]]) - a_he(chain, draw)float640.009199 0.008845 ... 0.009232
- unit :
- symbol :
- $a_\mathrm{He}$
- is_circular :
- 0
array([[0.00919932, 0.00884538, 0.00913339, ..., 0.00908278, 0.00853761, 0.00923218]]) - b_he(chain, draw)float648.153e-07 8.099e-07 ... 8.177e-07
- unit :
- Ms2
- symbol :
- $b_\mathrm{He}$
- is_circular :
- 0
array([[8.15347053e-07, 8.09868451e-07, 8.23895832e-07, ..., 8.11251548e-07, 8.01831664e-07, 8.17665705e-07]]) - cz_amplitude(chain, draw)float640.0614 0.06153 ... 0.06146 0.06122
- unit :
- uHz
- symbol :
- $\langle A_\mathrm{BCZ} \rangle$
- is_circular :
- 0
array([[0.06139683, 0.06153191, 0.0609956 , ..., 0.06212285, 0.06145937, 0.06122014]]) - cz_nu_max(chain, draw)float640.05537 0.05323 ... 0.05418 0.0537
- unit :
- uHz
- symbol :
- $A_\mathrm{BCZ}(\nu_\max)$
- is_circular :
- 0
array([[0.05536515, 0.05322689, 0.05208527, ..., 0.05497281, 0.05417764, 0.05369878]]) - delta_nu(chain, draw)float64111.8 111.7 111.8 ... 111.7 111.8
- unit :
- uHz
- symbol :
- $\Delta\nu$
- is_circular :
- 0
array([[111.84097714, 111.7127343 , 111.80055698, ..., 111.76463354, 111.6841521 , 111.80895884]]) - dnu_cz(chain, draw, n)float640.1074 -0.1018 ... 0.02751 -0.03168
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{BCZ}$
- is_circular :
- 0
array([[[ 0.10741224, -0.10184836, 0.07459147, ..., -0.01486481, 0.02737626, -0.03176171], [ 0.10623238, -0.10176452, 0.07503939, ..., -0.01562704, 0.02793274, -0.03192109], [ 0.1047552 , -0.10138181, 0.07533519, ..., -0.01593927, 0.028045 , -0.03175804], ..., [ 0.10912038, -0.10198476, 0.07380096, ..., -0.01456324, 0.02725168, -0.03191339], [ 0.10565709, -0.10188022, 0.07535742, ..., -0.01649118, 0.02851639, -0.03203594], [ 0.10654513, -0.10122232, 0.07417389, ..., -0.01517454, 0.02751024, -0.03168263]]]) - dnu_he(chain, draw, n)float64-1.139 0.669 ... 0.01417 0.01303
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{He}$
- is_circular :
- 0
array([[[-1.1387337 , 0.66903447, 1.1089282 , ..., -0.01819854, 0.01413909, 0.01352503], [-1.09640443, 0.66086786, 1.07518263, ..., -0.01573774, 0.01547017, 0.01322775], [-1.1462748 , 0.62064797, 1.0698233 , ..., -0.01472494, 0.01430924, 0.01208784], ..., [-1.12735839, 0.65499546, 1.09274323, ..., -0.01782215, 0.01428411, 0.01347619], [-1.07916526, 0.65958576, 1.06925066, ..., -0.01596137, 0.01632155, 0.01381955], [-1.12464068, 0.66875844, 1.0958854 , ..., -0.01700174, 0.01417024, 0.01303487]]]) - epsilon(chain, draw)float641.315 1.366 1.325 ... 1.357 1.346
- unit :
- symbol :
- $\epsilon$
- is_circular :
- 0
array([[1.31499369, 1.36582216, 1.32466058, ..., 1.38430027, 1.35724671, 1.34600895]]) - he_amplitude(chain, draw)float640.4785 0.4697 ... 0.4673 0.4761
- unit :
- uHz
- symbol :
- $\langle A_\mathrm{He} \rangle$
- is_circular :
- 0
array([[0.4785265 , 0.46970872, 0.46007893, ..., 0.47980733, 0.4673334 , 0.47606576]]) - he_nu_max(chain, draw)float640.2578 0.2164 ... 0.2357 0.2288
- unit :
- uHz
- symbol :
- $A_\mathrm{He}(\nu_\max)$
- is_circular :
- 0
array([[0.25782877, 0.21640402, 0.19554886, ..., 0.24163387, 0.23567795, 0.22877562]]) - log_a_cz(chain, draw)float645.477 5.478 5.474 ... 5.478 5.476
- unit :
- dex(uHz3)
- symbol :
- $\log\,a_\mathrm{BCZ}$
- is_circular :
- 0
array([[5.47728632, 5.47824078, 5.47443888, ..., 5.48239176, 5.47772853, 5.47603472]]) - log_a_he(chain, draw)float64-2.036 -2.053 ... -2.069 -2.035
- unit :
- dex(1)
- symbol :
- $\log\,a_\mathrm{He}$
- is_circular :
- 0
array([[-2.03624418, -2.05328352, -2.03936787, ..., -2.04178114, -2.06866345, -2.03469552]]) - log_b_he(chain, draw)float64-6.089 -6.092 ... -6.096 -6.087
- unit :
- dex(Ms2)
- symbol :
- $\log\,b_\mathrm{He}$
- is_circular :
- 0
array([[-6.08865749, -6.09158552, -6.08412769, ..., -6.09084446, -6.0959168 , -6.08742422]]) - log_tau_cz(chain, draw)float64-2.586 -2.585 ... -2.585 -2.586
- unit :
- dex(Ms)
- symbol :
- $\log\,\tau_\mathrm{BCZ}$
- is_circular :
- 0
array([[-2.5861942 , -2.58525144, -2.58523985, ..., -2.58634804, -2.58472535, -2.58591263]]) - log_tau_he(chain, draw)float64-3.084 -3.081 ... -3.081 -3.083
- unit :
- dex(Ms)
- symbol :
- $\log\,\tau_\mathrm{He}$
- is_circular :
- 0
array([[-3.08406929, -3.08131751, -3.08055383, ..., -3.08332314, -3.08096789, -3.08329649]]) - nu_bkg(chain, draw, n)float641.601e+03 1.713e+03 ... 3.058e+03
- unit :
- uHz
- symbol :
- $\nu_\mathrm{bkg}$
- is_circular :
- 0
array([[[1601.0028819 , 1712.84385904, 1824.68483618, ..., 2831.2536304 , 2943.09460753, 3054.93558467], [1604.84527415, 1716.55800845, 1828.27074275, ..., 2833.68535146, 2945.39808576, 3057.11082006], [1601.50503085, 1713.30558783, 1825.1061448 , ..., 2831.3111576 , 2943.11171458, 3054.91227155], ..., [1607.65604851, 1719.42068204, 1831.18531558, ..., 2837.06701743, 2948.83165097, 3060.59628451], [1603.47692507, 1715.16107717, 1826.84522926, ..., 2832.00259814, 2943.68675024, 3055.37090234], [1604.01232414, 1715.82128298, 1827.63024182, ..., 2833.91087135, 2945.71983019, 3057.52878903]]]) - nu_max(chain, draw)float642.328e+03 2.377e+03 ... 2.361e+03
- unit :
- uHz
- symbol :
- $\nu_\mathrm{max}$
- is_circular :
- 0
array([[2328.22485873, 2377.14035947, 2392.55533188, ..., 2350.29245803, 2354.80099726, 2360.66932761]]) - phi_cz(chain, draw)float64-0.7415 -0.9993 ... -1.031 -0.8768
- unit :
- rad
- symbol :
- $\phi_\mathrm{BCZ}$
- is_circular :
- 0
array([[-0.74148914, -0.99931178, -0.91171458, ..., -0.91015228, -1.03092389, -0.87681569]]) - phi_he(chain, draw)float641.596 1.455 1.426 ... 1.459 1.539
- unit :
- rad
- symbol :
- $\phi_\mathrm{He}$
- is_circular :
- 0
array([[1.59635013, 1.45500962, 1.42605132, ..., 1.49450314, 1.45882041, 1.53885264]]) - tau_cz(chain, draw)float640.002593 0.002599 ... 0.002595
- unit :
- Ms
- symbol :
- $\tau_\mathrm{BCZ}$
- is_circular :
- 0
array([[0.00259302, 0.00259865, 0.00259872, ..., 0.0025921 , 0.0026018 , 0.0025947 ]]) - tau_he(chain, draw)float640.000824 0.0008292 ... 0.0008255
- unit :
- Ms
- symbol :
- $\tau_\mathrm{He}$
- is_circular :
- 0
array([[0.00082401, 0.00082924, 0.0008307 , ..., 0.00082542, 0.00082991, 0.00082547]])
- created_at :
- 2022-05-06T12:05:07.376270
- arviz_version :
- 0.11.4
<xarray.Dataset> Dimensions: (chain: 1, draw: 2000, n: 14) Coordinates: * chain (chain) int64 0 * draw (draw) int64 0 1 2 3 4 5 6 ... 1994 1995 1996 1997 1998 1999 * n (n) int64 13 14 15 16 17 18 19 20 21 22 23 24 25 26 Data variables: (12/22) a_cz (chain, draw) float64 3.001e+05 3.008e+05 ... 2.993e+05 a_he (chain, draw) float64 0.009199 0.008845 ... 0.008538 0.009232 b_he (chain, draw) float64 8.153e-07 8.099e-07 ... 8.177e-07 cz_amplitude (chain, draw) float64 0.0614 0.06153 0.061 ... 0.06146 0.06122 cz_nu_max (chain, draw) float64 0.05537 0.05323 ... 0.05418 0.0537 delta_nu (chain, draw) float64 111.8 111.7 111.8 ... 111.8 111.7 111.8 ... ... nu_bkg (chain, draw, n) float64 1.601e+03 1.713e+03 ... 3.058e+03 nu_max (chain, draw) float64 2.328e+03 2.377e+03 ... 2.361e+03 phi_cz (chain, draw) float64 -0.7415 -0.9993 ... -1.031 -0.8768 phi_he (chain, draw) float64 1.596 1.455 1.426 ... 1.495 1.459 1.539 tau_cz (chain, draw) float64 0.002593 0.002599 ... 0.002602 0.002595 tau_he (chain, draw) float64 0.000824 0.0008292 ... 0.0008255 Attributes: created_at: 2022-05-06T12:05:07.376270 arviz_version: 0.11.4xarray.Dataset -
- chain: 1
- draw: 2000
- n: 14
- n_pred: 250
- chain(chain)int640
array([0])
- draw(draw)int640 1 2 3 4 ... 1996 1997 1998 1999
array([ 0, 1, 2, ..., 1997, 1998, 1999])
- n(n)int6413 14 15 16 17 ... 22 23 24 25 26
array([13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26])
- n_pred(n_pred)float6413.0 13.05 13.1 ... 25.9 25.95 26.0
array([13. , 13.052209, 13.104418, ..., 25.895582, 25.947791, 26. ])
- a_cz(chain, draw)float643.001e+05 3.008e+05 ... 2.993e+05
- unit :
- uHz3
- symbol :
- $a_\mathrm{BCZ}$
- is_circular :
- 0
array([[300114.04541326, 300774.33505324, 298152.79379583, ..., 303662.91971795, 300419.7861777 , 299250.38345345]]) - a_he(chain, draw)float640.009199 0.008845 ... 0.009232
- unit :
- symbol :
- $a_\mathrm{He}$
- is_circular :
- 0
array([[0.00919932, 0.00884538, 0.00913339, ..., 0.00908278, 0.00853761, 0.00923218]]) - b_he(chain, draw)float648.153e-07 8.099e-07 ... 8.177e-07
- unit :
- Ms2
- symbol :
- $b_\mathrm{He}$
- is_circular :
- 0
array([[8.15347053e-07, 8.09868451e-07, 8.23895832e-07, ..., 8.11251548e-07, 8.01831664e-07, 8.17665705e-07]]) - cz_amplitude(chain, draw)float640.0614 0.06153 ... 0.06146 0.06122
- unit :
- uHz
- symbol :
- $\langle A_\mathrm{BCZ} \rangle$
- is_circular :
- 0
array([[0.06139683, 0.06153191, 0.0609956 , ..., 0.06212285, 0.06145937, 0.06122014]]) - cz_nu_max(chain, draw)float640.05537 0.05323 ... 0.05418 0.0537
- unit :
- uHz
- symbol :
- $A_\mathrm{BCZ}(\nu_\max)$
- is_circular :
- 0
array([[0.05536515, 0.05322689, 0.05208527, ..., 0.05497281, 0.05417764, 0.05369878]]) - dnu_cz(chain, draw, n)float640.1074 -0.1018 ... 0.02751 -0.03168
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{BCZ}$
- is_circular :
- 0
array([[[ 0.10741224, -0.10184836, 0.07459147, ..., -0.01486481, 0.02737626, -0.03176171], [ 0.10623238, -0.10176452, 0.07503939, ..., -0.01562704, 0.02793274, -0.03192109], [ 0.1047552 , -0.10138181, 0.07533519, ..., -0.01593927, 0.028045 , -0.03175804], ..., [ 0.10912038, -0.10198476, 0.07380096, ..., -0.01456324, 0.02725168, -0.03191339], [ 0.10565709, -0.10188022, 0.07535742, ..., -0.01649118, 0.02851639, -0.03203594], [ 0.10654513, -0.10122232, 0.07417389, ..., -0.01517454, 0.02751024, -0.03168263]]]) - dnu_cz_pred(chain, draw, n_pred)float640.1074 0.1135 ... -0.03036 -0.03168
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{BCZ}$
- is_circular :
- 0
array([[[ 0.10741224, 0.11345776, 0.11534776, ..., -0.027834 , -0.03035324, -0.03176171], [ 0.10623238, 0.11267327, 0.11497304, ..., -0.02832724, -0.03068603, -0.03192109], [ 0.1047552 , 0.11159111, 0.1143124 , ..., -0.02840098, -0.03064102, -0.03175804], ..., [ 0.10912038, 0.11455067, 0.11580386, ..., -0.02773328, -0.03037851, -0.03191339], [ 0.10565709, 0.1123775 , 0.11495567, ..., -0.02881886, -0.03099521, -0.03203594], [ 0.10654513, 0.11262553, 0.11457696, ..., -0.02792945, -0.03036163, -0.03168263]]]) - dnu_he(chain, draw, n)float64-1.139 0.669 ... 0.01417 0.01303
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{He}$
- is_circular :
- 0
array([[[-1.1387337 , 0.66903447, 1.1089282 , ..., -0.01819854, 0.01413909, 0.01352503], [-1.09640443, 0.66086786, 1.07518263, ..., -0.01573774, 0.01547017, 0.01322775], [-1.1462748 , 0.62064797, 1.0698233 , ..., -0.01472494, 0.01430924, 0.01208784], ..., [-1.12735839, 0.65499546, 1.09274323, ..., -0.01782215, 0.01428411, 0.01347619], [-1.07916526, 0.65958576, 1.06925066, ..., -0.01596137, 0.01632155, 0.01381955], [-1.12464068, 0.66875844, 1.0958854 , ..., -0.01700174, 0.01417024, 0.01303487]]]) - dnu_he_pred(chain, draw, n_pred)float64-1.139 -1.039 ... 0.01359 0.01303
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{He}$
- is_circular :
- 0
array([[[-1.1387337 , -1.03856945, -0.93675347, ..., 0.01460117, 0.01407982, 0.01352503], [-1.09640443, -0.99889868, -0.89978196, ..., 0.01442696, 0.01384219, 0.01322775], [-1.1462748 , -1.04974274, -0.9514002 , ..., 0.0132049 , 0.01265968, 0.01208784], ..., [-1.12735839, -1.02885331, -0.92868691, ..., 0.01456614, 0.01403768, 0.01347619], [-1.07916526, -0.98280596, -0.88483916, ..., 0.01508565, 0.01446804, 0.01381955], [-1.12464068, -1.02494608, -0.92364298, ..., 0.01412089, 0.01359344, 0.01303487]]]) - he_amplitude(chain, draw)float640.4785 0.4697 ... 0.4673 0.4761
- unit :
- uHz
- symbol :
- $\langle A_\mathrm{He} \rangle$
- is_circular :
- 0
array([[0.4785265 , 0.46970872, 0.46007893, ..., 0.47980733, 0.4673334 , 0.47606576]]) - he_nu_max(chain, draw)float640.2578 0.2164 ... 0.2357 0.2288
- unit :
- uHz
- symbol :
- $A_\mathrm{He}(\nu_\max)$
- is_circular :
- 0
array([[0.25782877, 0.21640402, 0.19554886, ..., 0.24163387, 0.23567795, 0.22877562]]) - nu(chain, draw, n)float641.601e+03 1.712e+03 ... 3.053e+03
- unit :
- uHz
- symbol :
- $\nu$
- is_circular :
- 0
array([[[1601.25447997, 1712.37617506, 1822.86597652, ..., 2826.40111162, 2939.55927697, 3052.66909404], [1601.25387567, 1712.37968026, 1822.86765563, ..., 2826.40041205, 2939.55834444, 3052.67155439], [1601.25720311, 1712.37701672, 1822.86855364, ..., 2826.39834832, 2939.55984099, 3052.67032712], ..., [1601.25424545, 1712.37569265, 1822.86463435, ..., 2826.39876163, 2939.55709341, 3052.66955707], [1601.2551802 , 1712.375162 , 1822.86714573, ..., 2826.39825455, 2939.55865462, 3052.67294802], [1601.25794826, 1712.37462126, 1822.86753132, ..., 2826.4002632 , 2939.55634044, 3052.66975705]]]) - nu_bkg(chain, draw, n)float641.601e+03 1.713e+03 ... 3.058e+03
- unit :
- uHz
- symbol :
- $\nu_\mathrm{bkg}$
- is_circular :
- 0
array([[[1601.0028819 , 1712.84385904, 1824.68483618, ..., 2831.2536304 , 2943.09460753, 3054.93558467], [1604.84527415, 1716.55800845, 1828.27074275, ..., 2833.68535146, 2945.39808576, 3057.11082006], [1601.50503085, 1713.30558783, 1825.1061448 , ..., 2831.3111576 , 2943.11171458, 3054.91227155], ..., [1607.65604851, 1719.42068204, 1831.18531558, ..., 2837.06701743, 2948.83165097, 3060.59628451], [1603.47692507, 1715.16107717, 1826.84522926, ..., 2832.00259814, 2943.68675024, 3055.37090234], [1604.01232414, 1715.82128298, 1827.63024182, ..., 2833.91087135, 2945.71983019, 3057.52878903]]]) - nu_bkg_pred(chain, draw, n_pred)float641.601e+03 1.607e+03 ... 3.058e+03
- unit :
- uHz
- symbol :
- $\nu_\mathrm{bkg}$
- is_circular :
- 0
array([[[1601.0028819 , 1606.84196906, 1612.68105622, ..., 3043.25741035, 3049.09649751, 3054.93558467], [1604.84527415, 1610.6776659 , 1616.51005765, ..., 3045.44603655, 3051.2784283 , 3057.11082006], [1601.50503085, 1607.34200772, 1613.17898459, ..., 3043.23831781, 3049.07529468, 3054.91227155], ..., [1607.65604851, 1613.49114985, 1619.3262512 , ..., 3048.92608181, 3054.76118316, 3060.59628451], [1603.47692507, 1609.30782458, 1615.13872408, ..., 3043.70910333, 3049.54000283, 3055.37090234], [1604.01232414, 1609.84973966, 1615.68715519, ..., 3045.85395799, 3051.69137351, 3057.52878903]]]) - nu_pred(chain, draw, n_pred)float641.601e+03 1.607e+03 ... 3.053e+03
- unit :
- uHz
- symbol :
- $\nu$
- is_circular :
- 0
array([[[1601.25346351, 1607.0723567 , 1612.8886061 , ..., 3040.85956817, 3046.76668992, 3052.67433016], [1601.25443655, 1607.07300219, 1612.88967546, ..., 3040.85944465, 3046.76419133, 3052.6703214 ], [1601.25455509, 1607.0730463 , 1612.88899174, ..., 3040.85910777, 3046.76311235, 3052.670079 ], ..., [1601.25688874, 1607.07389476, 1612.89005117, ..., 3040.85882629, 3046.76336504, 3052.66982713], [1601.25547687, 1607.0732445 , 1612.89018084, ..., 3040.85529875, 3046.762628 , 3052.66863866], [1601.25326475, 1607.07337361, 1612.88827092, ..., 3040.85967653, 3046.76408738, 3052.67121568]]]) - tau_cz(chain, draw)float640.002593 0.002599 ... 0.002595
- unit :
- Ms
- symbol :
- $\tau_\mathrm{BCZ}$
- is_circular :
- 0
array([[0.00259302, 0.00259865, 0.00259872, ..., 0.0025921 , 0.0026018 , 0.0025947 ]]) - tau_he(chain, draw)float640.000824 0.0008292 ... 0.0008255
- unit :
- Ms
- symbol :
- $\tau_\mathrm{He}$
- is_circular :
- 0
array([[0.00082401, 0.00082924, 0.0008307 , ..., 0.00082542, 0.00082991, 0.00082547]])
- created_at :
- 2022-05-06T12:05:07.381522
- arviz_version :
- 0.11.4
<xarray.Dataset> Dimensions: (chain: 1, draw: 2000, n: 14, n_pred: 250) Coordinates: * chain (chain) int64 0 * draw (draw) int64 0 1 2 3 4 5 6 ... 1994 1995 1996 1997 1998 1999 * n (n) int64 13 14 15 16 17 18 19 20 21 22 23 24 25 26 * n_pred (n_pred) float64 13.0 13.05 13.1 13.16 ... 25.9 25.95 26.0 Data variables: (12/17) a_cz (chain, draw) float64 3.001e+05 3.008e+05 ... 2.993e+05 a_he (chain, draw) float64 0.009199 0.008845 ... 0.008538 0.009232 b_he (chain, draw) float64 8.153e-07 8.099e-07 ... 8.177e-07 cz_amplitude (chain, draw) float64 0.0614 0.06153 0.061 ... 0.06146 0.06122 cz_nu_max (chain, draw) float64 0.05537 0.05323 ... 0.05418 0.0537 dnu_cz (chain, draw, n) float64 0.1074 -0.1018 ... 0.02751 -0.03168 ... ... nu (chain, draw, n) float64 1.601e+03 1.712e+03 ... 3.053e+03 nu_bkg (chain, draw, n) float64 1.601e+03 1.713e+03 ... 3.058e+03 nu_bkg_pred (chain, draw, n_pred) float64 1.601e+03 ... 3.058e+03 nu_pred (chain, draw, n_pred) float64 1.601e+03 ... 3.053e+03 tau_cz (chain, draw) float64 0.002593 0.002599 ... 0.002602 0.002595 tau_he (chain, draw) float64 0.000824 0.0008292 ... 0.0008255 Attributes: created_at: 2022-05-06T12:05:07.381522 arviz_version: 0.11.4xarray.Dataset -
- chain: 1
- draw: 2327
- chain(chain)int640
array([0])
- draw(draw)int640 1 2 3 4 ... 2323 2324 2325 2326
array([ 0, 1, 2, ..., 2324, 2325, 2326])
- logX(chain, draw)float64-0.0198 -0.03961 ... -47.34 -48.03
- unit :
- symbol :
- is_circular :
- 0
array([[-1.98026273e-02, -3.96052546e-02, -5.94078819e-02, ..., -4.73403297e+01, -4.73403297e+01, -4.80334769e+01]]) - logL(chain, draw)float64-8.709e+08 -9.186e+07 ... 21.59
- unit :
- symbol :
- is_circular :
- 0
array([[-8.70866672e+08, -9.18604911e+07, -6.47040725e+07, ..., 2.15664697e+01, 2.15877003e+01, 2.15877003e+01]]) - lp(chain, draw)float64-8.709e+08 -9.186e+07 ... -8.859
- unit :
- symbol :
- is_circular :
- 0
array([[-8.70866659e+08, -9.18604781e+07, -6.47040596e+07, ..., -8.88567030e+00, -inf, -8.85916396e+00]]) - sampler_efficiency(chain, draw)float641.0 1.0 1.0 1.0 ... 1.0 0.05747 1.0
- unit :
- symbol :
- is_circular :
- 0
array([[1. , 1. , 1. , ..., 1. , 0.05747126, 1. ]])
- created_at :
- 2022-05-06T12:05:07.378917
- arviz_version :
- 0.11.4
- method :
- nested
- sampler :
- multi_ellipsoid
- num_likelihood_evals :
- 115058
- num_weighted_samples :
- 2327
- logZ :
- -17.940547466926013
- logZ_err :
- 0.8287048878549536
- ESS :
- 372.75860265695985
<xarray.Dataset> Dimensions: (chain: 1, draw: 2327) Coordinates: * chain (chain) int64 0 * draw (draw) int64 0 1 2 3 4 5 ... 2322 2323 2324 2325 2326 Data variables: logX (chain, draw) float64 -0.0198 -0.03961 ... -47.34 -48.03 logL (chain, draw) float64 -8.709e+08 -9.186e+07 ... 21.59 lp (chain, draw) float64 -8.709e+08 -9.186e+07 ... -8.859 sampler_efficiency (chain, draw) float64 1.0 1.0 1.0 ... 1.0 0.05747 1.0 Attributes: created_at: 2022-05-06T12:05:07.378917 arviz_version: 0.11.4 method: nested sampler: multi_ellipsoid num_likelihood_evals: 115058 num_weighted_samples: 2327 logZ: -17.940547466926013 logZ_err: 0.8287048878549536 ESS: 372.75860265695985xarray.Dataset -
- chain: 1
- draw: 1000
- n: 14
- n_pred: 250
- chain(chain)int640
array([0])
- draw(draw)int640 1 2 3 4 5 ... 995 996 997 998 999
array([ 0, 1, 2, ..., 997, 998, 999])
- n(n)int6413 14 15 16 17 ... 22 23 24 25 26
array([13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26])
- n_pred(n_pred)float6413.0 13.05 13.1 ... 25.9 25.95 26.0
array([13. , 13.052209, 13.104418, ..., 25.895582, 25.947791, 26. ])
- a_cz(chain, draw)float641.533e+05 2.448e+05 ... 8.224e+04
- unit :
- uHz3
- symbol :
- $a_\mathrm{BCZ}$
- is_circular :
- 0
array([[ 153295.35997706, 244803.66875876, 27565.62567951, 118661.14204623, 104721.40851342, 499469.11683686, 190134.31818198, 69138.43323439, 145100.05973826, 137251.73157218, 782400.35798727, 75512.81866048, 110312.80369044, 208181.89918474, 186413.70962661, 93859.4756173 , 54796.49835825, 181193.97575205, 83927.73814068, 137750.39407191, 935552.05771774, 374275.32491325, 41263.73995671, 302392.87087196, 15398.34090132, 523865.06996784, 30851.48782035, 153142.11357902, 147072.78518805, 253701.03488144, 271618.26076636, 1253912.75552636, 140040.87432052, 291231.49234824, 530918.33092352, 148284.58572697, 35936.5072668 , 191542.97025286, 259593.09054453, 141555.6754725 , 1180013.49521421, 2949527.7250308 , 208734.43441311, 90518.61823624, 57124.94847066, 57099.47041468, 23775.14727956, 107045.95600257, 234213.77385384, 73224.26466802, 43172.58008255, 39527.97078661, 68916.36144559, 131164.0939548 , 855792.49545427, 102546.95095467, 202464.01367721, 1281460.59801069, 637075.46563255, 902660.37889514, ... 319964.71860224, 254553.71635635, 382424.41679736, 335303.23657831, 295257.28395211, 57212.57434953, 452128.5106476 , 354848.22043911, 107979.70058559, 824138.19083674, 118728.17101514, 85140.26675259, 310838.30974167, 70269.01050252, 267961.737123 , 685040.56259116, 169598.62910071, 391878.89256098, 152080.94888784, 54556.76236982, 108141.3306917 , 204180.64851446, 432896.51168078, 239278.6541851 , 9087.41060374, 149899.30478119, 444623.25896883, 108889.75901707, 22733.46658224, 68431.7097564 , 343575.80744349, 149809.2519953 , 142926.73458712, 216022.32746196, 65109.21362247, 66054.87711394, 26592.38168188, 162573.57174045, 10872.67635449, 98546.13619413, 2842926.84921752, 140029.74409735, 10466.76660066, 55028.49188421, 64317.85547631, 493101.19445027, 214315.18015668, 761191.30317539, 739293.42963851, 47859.00898632, 75261.84557653, 441520.94297548, 211923.10372848, 293499.12575769, 989996.92542732, 51858.25056235, 70565.17402832, 82240.64793999]]) - a_he(chain, draw)float645.208e-06 4.702e-05 ... 0.0003259
- unit :
- symbol :
- $a_\mathrm{He}$
- is_circular :
- 0
array([[5.20793287e-06, 4.70211040e-05, 1.04401293e-02, 1.55475973e-05, 1.16556142e-03, 7.94676001e-06, 3.80076107e-03, 6.03754132e-03, 5.65936979e-05, 4.39906824e-04, 2.68918693e-04, 4.82256676e-03, 7.78118911e-06, 2.21091232e-04, 1.39121562e-02, 8.75066118e-03, 2.48517388e-03, 2.55590397e-05, 3.47996255e-05, 4.14402352e-04, 7.12934237e-04, 4.82937396e-03, 4.91208643e-03, 4.55658413e-06, 8.12431034e-06, 5.23137884e-06, 3.74194131e-06, 1.94320207e-05, 3.86833172e-04, 2.59503411e-03, 3.14009290e-06, 6.99781832e-03, 1.80037379e-01, 2.90413854e-05, 7.88929182e-03, 5.35370062e-05, 1.33651247e-03, 7.51481351e-03, 6.64541265e-05, 2.47210256e-03, 5.90452023e-06, 3.01867691e-04, 5.84514107e-04, 1.01446168e-03, 2.46432685e-05, 1.73587740e-01, 3.20677457e-05, 8.39522052e-04, 3.64336777e-05, 7.10099296e-04, 2.16635758e-03, 8.96389995e-05, 6.59520486e-03, 2.38665007e-03, 2.67257268e-05, 2.64370509e-04, 2.76599727e-03, 1.62042881e-03, 1.75240835e-04, 1.62892750e-04, 2.61987298e-01, 2.57449435e-04, 8.19831736e-04, 2.64584663e-03, 3.19488229e-03, 3.82663363e-05, 4.19638663e-04, 4.37896951e-02, 9.31146669e-03, 3.23033039e-04, 1.53284541e-04, 3.40898178e-04, 1.43677608e-03, 2.33097071e-07, 2.81798187e-05, 5.43292059e-04, 2.51955469e-04, 5.26992075e-03, 3.55459963e-03, 4.09211267e-05, ... 1.41963044e-04, 8.16547144e-05, 8.07208695e-03, 1.73220880e-03, 1.77456722e-05, 2.90935601e-05, 2.94846116e-03, 8.17753967e-04, 7.89464958e-04, 2.24917874e-03, 6.01145139e-03, 7.67246583e-05, 1.44441691e-03, 9.55544922e-04, 1.18818500e-05, 5.55169089e-05, 1.59596120e-04, 3.29508549e-04, 4.41615150e-03, 2.53341376e-03, 7.58227385e-04, 2.06347876e-02, 8.87914796e-05, 1.73024712e-03, 9.09831029e-04, 1.91220196e-05, 2.63388398e-03, 8.97203898e-05, 9.98440265e-04, 5.92798877e-04, 1.57370038e-04, 4.74886685e-03, 5.17249353e-04, 2.61078715e-05, 2.51152021e-04, 3.60898043e-03, 8.40952675e-05, 1.35848222e-04, 1.91999640e-05, 7.00473065e-05, 1.49418686e-04, 1.02259770e-02, 1.27626387e-04, 3.07312730e-03, 2.54833532e-05, 8.41486438e-02, 2.74476045e-04, 5.39166005e-04, 2.76662747e-05, 1.43662268e-01, 3.27961237e-03, 1.55623158e-05, 1.12480941e-05, 1.10124128e-04, 4.17717695e-02, 2.98369034e-05, 9.97428903e-04, 1.01543883e-04, 3.10285833e-04, 1.57983162e-02, 6.08560245e-04, 1.55461556e-02, 3.82060452e-04, 2.35704491e-04, 3.92948500e-04, 4.51344385e-04, 4.25716931e-04, 4.64352794e-03, 9.67973510e-03, 1.36217590e-04, 2.53267863e-03, 7.81417720e-04, 4.04922324e-05, 8.97525997e-05, 8.69118799e-05, 7.69868919e-05, 5.13439910e-05, 4.40235328e-03, 2.52215055e-03, 3.25893055e-04]]) - b_he(chain, draw)float644.625e-09 6.692e-08 ... 5.688e-08
- unit :
- Ms2
- symbol :
- $b_\mathrm{He}$
- is_circular :
- 0
array([[4.62460560e-09, 6.69192171e-08, 4.96941690e-08, 1.20299445e-11, 9.95606331e-05, 3.82930756e-11, 4.72338817e-08, 1.45477786e-04, 4.16649136e-10, 1.92937518e-08, 5.29805818e-06, 2.63748778e-08, 1.74109335e-05, 1.27208039e-07, 1.39956372e-08, 3.92626123e-08, 1.70511903e-05, 1.28312089e-05, 7.09296485e-05, 2.30850532e-04, 1.03994618e-09, 3.24557760e-08, 4.24878035e-06, 7.50275986e-05, 8.79460148e-11, 1.87082739e-09, 7.97269305e-09, 2.36327048e-08, 8.45580353e-07, 2.32900976e-08, 4.50210402e-04, 1.26239813e-06, 1.40475568e-09, 7.06217194e-06, 3.99287284e-06, 1.60367521e-11, 1.05911770e-06, 5.53055303e-08, 2.31216804e-08, 4.04814960e-05, 5.88525848e-09, 4.19453715e-07, 5.66350296e-09, 4.65485536e-11, 1.38398202e-06, 2.09620732e-04, 1.10312017e-08, 4.65837763e-07, 2.80617420e-08, 9.77370353e-09, 1.78359662e-07, 4.99063700e-11, 4.45983600e-06, 3.32296529e-07, 2.18820806e-10, 5.25199300e-09, 3.22798844e-10, 6.76206154e-08, 1.00128408e-05, 1.26690834e-10, 2.33536282e-06, 4.98990822e-07, 2.72266020e-07, 3.51855065e-09, 6.33005560e-08, 1.04003750e-08, 2.17277321e-10, 1.74218268e-09, 3.65799542e-08, 3.48239819e-09, 5.06125378e-10, 9.35478833e-10, 2.79302711e-07, 1.20455996e-08, 9.68171202e-06, 2.38480474e-10, 1.06895401e-11, 1.12054272e-06, 1.05292526e-07, 1.90260820e-03, ... 3.31156758e-08, 1.60884151e-08, 1.27766547e-08, 1.62554076e-08, 5.04251453e-05, 1.09675541e-09, 2.30194296e-08, 6.84594284e-08, 7.82971196e-06, 1.70148633e-04, 5.47105062e-04, 1.43526427e-06, 3.64000459e-05, 5.54532201e-09, 5.19936352e-11, 1.10629186e-04, 1.61901593e-06, 2.07824531e-03, 1.16563403e-03, 3.17340896e-06, 1.16342607e-05, 2.15647391e-04, 4.45524684e-05, 2.13262846e-08, 2.05550181e-05, 1.15113466e-07, 1.94743727e-09, 4.50947556e-07, 1.47793926e-05, 6.38891007e-10, 8.92394810e-07, 1.98830794e-05, 1.13678125e-06, 8.14639306e-05, 2.79734756e-08, 4.67938471e-11, 7.12274338e-08, 2.13887860e-10, 4.46413304e-10, 2.08182466e-06, 3.17316231e-09, 2.44607871e-04, 5.19910231e-09, 3.92657127e-07, 2.41621567e-07, 1.80942646e-11, 9.30207934e-10, 2.36383674e-06, 8.59303548e-09, 1.13712955e-08, 4.25748952e-05, 1.74872920e-08, 4.97998580e-08, 1.11365539e-06, 8.65606384e-09, 2.30458277e-06, 2.34142320e-05, 1.46367627e-09, 1.31886890e-04, 1.37779277e-05, 1.43304081e-08, 2.59000768e-07, 1.41229455e-09, 4.15087052e-06, 2.10293533e-05, 7.25041113e-06, 1.14156134e-07, 1.35164207e-05, 2.42439225e-07, 5.21221202e-09, 4.06586052e-13, 9.03151465e-06, 6.23759478e-08, 1.66147621e-07, 2.64006066e-06, 4.79048718e-07, 4.49274010e-04, 1.65788779e-06, 1.08724227e-05, 5.68833976e-08]]) - cz_amplitude(chain, draw)float640.03142 0.05075 ... 0.01322 0.01539
- unit :
- uHz
- symbol :
- $\langle A_\mathrm{BCZ} \rangle$
- is_circular :
- 0
array([[ 0.0314153 , 0.05075266, 0.00575094, 0.02337286, 0.02314997, 0.1053697 , 0.0342431 , 0.0137788 , 0.03225816, 0.02638354, 0.16341287, 0.01531259, 0.02222582, 0.04112836, 0.03602356, 0.0146268 , 0.01109395, 0.03805668, 0.01604444, 0.0299615 , 0.18944697, 0.07408641, 0.00821891, 0.06510415, 0.00305266, 0.11218889, 0.00654762, 0.0334648 , 0.03122134, 0.05281278, 0.05131408, 0.26573908, 0.02774955, 0.06129702, 0.11183668, 0.0310355 , 0.00690595, 0.03903029, 0.04866802, 0.02698876, 0.24054656, 0.58926386, 0.04346892, 0.01799492, 0.01223907, 0.01097292, 0.00487334, 0.02328911, 0.04477385, 0.01329275, 0.00890072, 0.00763399, 0.01511152, 0.02723126, 0.17666118, 0.02021764, 0.04128779, 0.2575107 , 0.13351647, 0.1888313 , 0.04926738, 0.06565759, 0.01022479, 0.00603652, 0.01932076, 0.0905655 , 0.09264405, 0.03841542, 0.02681434, 0.01698557, 0.03941886, 0.04124101, 0.06045803, 0.0460984 , 0.0644412 , 0.02568232, 0.07127838, 0.0408761 , 0.05055323, 0.01354551, 0.02838276, 0.03168093, 0.06262922, 0.18320468, 0.12838538, 0.04268792, 0.01286232, 0.09501402, 0.00842161, 0.3369038 , 0.06672509, 0.02057208, 0.0467476 , 0.1651897 , 0.00972938, 0.10124111, 0.03196456, 0.05510924, 0.01924347, 0.06296602, ... 0.02097331, 0.00942434, 0.06684584, 0.00540741, 0.00631203, 0.02467668, 0.0736256 , 0.03719346, 0.20858726, 0.03703199, 0.06130305, 0.12242744, 0.06052554, 0.01225429, 0.05224784, 0.14129034, 0.0049535 , 0.00713659, 0.00888168, 0.04440706, 0.13703096, 0.01251693, 0.01160179, 0.04385373, 0.0273214 , 0.06043815, 0.01495905, 0.00474577, 0.02190148, 0.05263884, 0.08233764, 0.05749988, 0.08302921, 0.05743521, 0.09997026, 0.03076115, 0.01166902, 0.19619985, 0.55153715, 0.17891314, 0.11294785, 0.08918777, 0.06959389, 0.05280086, 0.07943185, 0.07036891, 0.05432859, 0.01075796, 0.0936449 , 0.07514631, 0.01845735, 0.16900713, 0.02449541, 0.01720692, 0.06472606, 0.0145855 , 0.05621548, 0.145612 , 0.03210059, 0.06958496, 0.03183271, 0.01065357, 0.01764692, 0.0430621 , 0.08342956, 0.04930108, 0.00200246, 0.02665847, 0.09440296, 0.02158166, 0.00439329, 0.01471535, 0.06444282, 0.03269097, 0.03036523, 0.04496966, 0.01374159, 0.0126735 , 0.00548599, 0.03403609, 0.0021078 , 0.02071587, 0.56508603, 0.02059907, 0.00180995, 0.01099649, 0.01317984, 0.09858358, 0.04394122, 0.1628507 , 0.14646214, 0.01043207, 0.01525378, 0.08257043, 0.04035056, 0.05832937, 0.20249895, 0.01011585, 0.01322398, 0.01538518]]) - cz_nu_max(chain, draw)float640.02742 0.04472 ... 0.01324 0.01537
- unit :
- uHz
- symbol :
- $A_\mathrm{BCZ}(\nu_\max)$
- is_circular :
- 0
array([[0.02742347, 0.0447244 , 0.00479586, 0.02111503, 0.01844025, 0.09539467, 0.03531934, 0.01251618, 0.02599619, 0.02454325, 0.14133794, 0.01392221, 0.01998462, 0.03775032, 0.03317609, 0.01646699, 0.0097239 , 0.03262566, 0.0149699 , 0.02431442, 0.16139966, 0.06739633, 0.00751893, 0.05440279, 0.00288543, 0.09157666, 0.00539326, 0.0277206 , 0.02651008, 0.04594926, 0.04953699, 0.21966675, 0.02528927, 0.05170337, 0.09414751, 0.0271239 , 0.00645344, 0.03435088, 0.04689025, 0.0245849 , 0.20470912, 0.53861486, 0.03666351, 0.01645266, 0.01046614, 0.01034281, 0.00434568, 0.01932982, 0.04206743, 0.01303057, 0.00749496, 0.00728116, 0.01255914, 0.02389317, 0.15207851, 0.01883725, 0.03820243, 0.22785978, 0.11153935, 0.16259315, 0.04410592, 0.05562077, 0.00948398, 0.00579331, 0.0175712 , 0.07361404, 0.07691318, 0.03631981, 0.02591796, 0.01465436, 0.03406893, 0.03543313, 0.05227136, 0.04185561, 0.05866353, 0.02205693, 0.06094861, 0.03765254, 0.04712588, 0.0137981 , 0.0263363 , 0.02981295, 0.06464398, 0.14986176, 0.11447256, 0.03737752, 0.01209057, 0.09194842, 0.00740285, 0.29989618, 0.06003447, 0.02031707, 0.04054514, 0.14023478, 0.0085576 , 0.09609313, 0.02723913, 0.05470788, 0.01681856, 0.06133227, ... 0.0181786 , 0.00811023, 0.05826948, 0.00495172, 0.0055829 , 0.02166075, 0.07374035, 0.03466435, 0.1862077 , 0.03375645, 0.05362874, 0.10666094, 0.05365828, 0.01129312, 0.05334971, 0.12762436, 0.00486246, 0.0070981 , 0.00825148, 0.04046373, 0.11514904, 0.0101561 , 0.00946842, 0.04307184, 0.02418796, 0.05405628, 0.01302601, 0.004398 , 0.01940697, 0.05018584, 0.07261124, 0.0483862 , 0.07566712, 0.05578598, 0.08475433, 0.02509192, 0.01099953, 0.18215831, 0.54263664, 0.15977328, 0.11397822, 0.07425841, 0.05618251, 0.04461802, 0.07022162, 0.05996115, 0.05523202, 0.01022811, 0.08289506, 0.06498261, 0.01967664, 0.14693694, 0.02114628, 0.01570045, 0.05654259, 0.01298946, 0.04758345, 0.12302478, 0.03081763, 0.07113742, 0.02754905, 0.00993217, 0.01895093, 0.03614022, 0.07851837, 0.04285521, 0.00159811, 0.025663 , 0.08341114, 0.01971071, 0.00403144, 0.01211156, 0.06243656, 0.02594964, 0.02609938, 0.03876962, 0.01187422, 0.0121426 , 0.00463881, 0.02910892, 0.00190545, 0.01755805, 0.51258415, 0.02571491, 0.00189636, 0.01002372, 0.01152991, 0.09419621, 0.03806431, 0.13449804, 0.1328721 , 0.00864482, 0.01392094, 0.08046718, 0.0394878 , 0.05239261, 0.18075463, 0.00915008, 0.01324278, 0.01536707]]) - delta_nu(chain, draw)float64111.9 111.8 111.9 ... 111.8 111.9
- unit :
- uHz
- symbol :
- $\Delta\nu$
- is_circular :
- 0
array([[111.91043943, 111.77048618, 111.92034871, 111.84461517, 111.9108971 , 112.0538109 , 111.68792171, 111.76619288, 111.89945187, 111.87723468, 111.95797602, 111.79970979, 111.9210762 , 111.99646451, 111.88311521, 111.97228211, 111.62130137, 111.85184379, 111.89707222, 111.876279 , 111.73502912, 111.78134448, 111.72206468, 111.98827345, 111.86740928, 112.0137082 , 111.85309112, 112.07203346, 111.93070641, 111.84045195, 111.83532799, 111.8657914 , 111.94403174, 111.88724795, 111.87201706, 111.84447585, 111.75279017, 111.82887503, 111.88474778, 111.99975857, 111.94506713, 111.80782904, 112.03176327, 111.69139002, 111.63448488, 111.70232909, 111.96744529, 111.73127542, 111.94174513, 111.96465484, 111.81983688, 111.82094324, 111.81766717, 111.93582432, 111.97980986, 111.87149906, 111.92361438, 111.77162841, 112.06176867, 111.87305213, 111.65312132, 111.86813123, 111.78055318, 111.72045471, 111.78486927, 111.97713393, 111.76973772, 111.88751294, 111.75466594, 111.94983549, 111.93433213, 111.96074154, 111.75761622, 111.8970786 , 111.70641725, 111.84926751, 111.91385064, 111.7655884 , 111.90905463, 112.01000376, ... 111.9043646 , 111.90775099, 111.85760206, 111.84506212, 111.95078873, 111.64748623, 111.88708128, 111.8112682 , 111.81668716, 111.93132679, 111.86206459, 111.70817949, 111.93885704, 111.79730471, 111.84037019, 111.94237633, 111.81342731, 111.88018976, 112.00950427, 111.79097198, 111.88470509, 111.85669066, 111.78654459, 111.68821359, 111.75220358, 111.88851988, 111.71730514, 111.72682828, 111.82234181, 111.90093587, 111.70881323, 111.77397564, 111.7898062 , 111.74397173, 111.81445799, 111.74194501, 111.99571615, 111.8327632 , 111.92233294, 112.03467507, 111.97628085, 111.83196517, 111.78181544, 111.7827423 , 111.80067764, 111.80265764, 111.91312614, 111.70379794, 111.87299249, 111.83079074, 111.75770725, 111.85057149, 112.08179629, 111.79774907, 111.67129291, 111.6021948 , 111.78397435, 111.75258745, 111.79456411, 111.84994241, 111.7962659 , 111.72401764, 111.84725495, 111.83035081, 111.79219701, 111.91779045, 111.75610139, 112.06378384, 111.91747676, 111.76881318, 111.7910739 , 111.65644952, 111.89421116, 111.89232636, 111.95586974, 111.96942001, 111.82089282, 111.62150209, 111.7593892 , 111.91988749]]) - dnu_cz(chain, draw, n)float640.03059 -0.0494 ... 0.003857
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{BCZ}$
- is_circular :
- 0
array([[[ 0.03059447, -0.04939652, 0.04312886, ..., -0.01789464, 0.00865688, 0.00305947], [-0.09683029, 0.06098494, -0.00863618, ..., 0.00668236, 0.01288647, -0.02422781], [-0.00800655, 0.00594358, 0.00720302, ..., 0.00122117, -0.00289935, -0.00159457], ..., [ 0.00078277, 0.00873649, -0.01342466, ..., 0.00122709, -0.00411777, 0.00529052], [ 0.02049065, -0.00030221, -0.01568687, ..., -0.00209477, 0.00721314, -0.00578381], [ 0.00296487, -0.00457271, -0.01009319, ..., -0.00085487, 0.00174797, 0.00385686]]]) - dnu_cz_pred(chain, draw, n_pred)float640.03059 0.03995 ... 0.003857
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{BCZ}$
- is_circular :
- 0
array([[[ 3.05944719e-02, 3.99474315e-02, 4.75757167e-02, ..., -3.51081389e-03, -2.17435380e-04, 3.05946918e-03], [-9.68302868e-02, -9.26530816e-02, -8.48719000e-02, ..., -1.82966932e-02, -2.17058654e-02, -2.42278142e-02], [-8.00654857e-03, -4.30691923e-03, 2.93907558e-05, ..., -2.96176351e-03, -2.47553406e-03, -1.59456978e-03], ..., [ 7.82765688e-04, -8.74088118e-03, -1.58107161e-02, ..., 1.79573672e-03, 4.09747089e-03, 5.29052051e-03], [ 2.04906457e-02, 1.69977471e-02, 1.27773773e-02, ..., -7.04641093e-03, -6.56339182e-03, -5.78381399e-03], [ 2.96487426e-03, 1.14896330e-02, 1.87886630e-02, ..., 7.47305913e-03, 5.94732430e-03, 3.85686270e-03]]]) - dnu_he(chain, draw, n)float64-0.007374 -0.003738 ... 0.1054
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{He}$
- is_circular :
- 0
array([[[-7.37414459e-03, -3.73835269e-03, 8.54771325e-03, ..., 3.14795103e-03, -1.44237052e-02, -2.73252355e-03], [-6.20171329e-02, -8.62786809e-03, 6.81502029e-02, ..., -2.85146133e-02, -7.06544241e-02, 3.52943923e-02], [ 1.14723285e+01, 8.71235977e+00, -1.36465336e+01, ..., -8.13776396e-01, 1.99533263e+01, -1.43923052e+00], ..., [-6.76672330e-02, 3.34549852e-02, 9.77418558e-03, ..., 9.66840632e-06, 2.12102332e-06, -1.57122662e-06], [ 1.10454862e-13, -4.59902818e-16, -1.23538015e-17, ..., 3.21075808e-40, -8.64152202e-44, -7.11668712e-47], [-4.51524840e-01, 1.30512977e-01, 4.90070724e-01, ..., -1.14279141e-01, -5.75235690e-01, 1.05404462e-01]]]) - dnu_he_pred(chain, draw, n_pred)float64-0.007374 -0.00768 ... 0.1054
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{He}$
- is_circular :
- 0
array([[[-7.37414459e-03, -7.67986916e-03, -7.93433476e-03, ..., -5.15738430e-03, -3.96077134e-03, -2.73252355e-03], [-6.20171329e-02, -6.29126123e-02, -6.33592808e-02, ..., 2.32769564e-02, 2.93937393e-02, 3.52943923e-02], [ 1.14723285e+01, 1.22240084e+01, 1.28911442e+01, ..., 1.96182830e+00, 2.62542466e-01, -1.43923052e+00], ..., [-6.76672330e-02, -6.16149395e-02, -5.52656096e-02, ..., -1.67668296e-06, -1.63157356e-06, -1.57122662e-06], [ 1.10454862e-13, 9.42518520e-14, 7.90588857e-14, ..., -2.20019055e-46, -1.27860420e-46, -7.11668712e-47], [-4.51524840e-01, -4.40557273e-01, -4.26589529e-01, ..., 1.06935618e-02, 5.82542650e-02, 1.05404462e-01]]]) - epsilon(chain, draw)float641.293 1.202 1.088 ... 2.15 2.162
- unit :
- symbol :
- $\epsilon$
- is_circular :
- 0
array([[1.29313538, 1.20225391, 1.08759116, 1.72039253, 0.61308989, 0.98471771, 2.55726245, 1.55311926, 0.52233363, 1.91683366, 1.09914575, 1.42561113, 1.46078794, 1.61233252, 1.85715616, 3.94676379, 1.43620358, 1.07277202, 1.94732069, 0.77185377, 1.48784559, 1.6854903 , 1.57322557, 0.79389635, 1.59476404, 0.83275028, 0.96126351, 0.65009381, 0.96527046, 1.15536077, 2.08151703, 1.01350035, 1.18560038, 1.04754619, 1.03624754, 1.03386592, 1.93484289, 1.42441311, 2.14993252, 1.97431466, 1.34658047, 1.55216737, 1.12583849, 1.61984857, 0.94229206, 1.91758216, 1.26340016, 0.79343644, 1.92773127, 2.48928371, 1.19691315, 1.88093546, 0.66791092, 1.10397386, 1.20271162, 1.6748816 , 1.36399846, 1.5349265 , 1.03994499, 1.07519819, 1.50594397, 1.21045334, 1.81232793, 2.0121725 , 1.46373631, 0.73112367, 0.97199345, 2.16385665, 2.15456268, 1.30200502, 1.46956695, 1.03902091, 0.90848658, 1.25669782, 1.70193278, 0.69853664, 0.96745732, 1.72769214, 1.84962019, 2.54164104, 1.35340963, 2.39173609, 3.03403524, 0.8058868 , 1.38862882, 1.2261595 , 2.03145358, 2.27029473, 1.21471287, 1.58921135, 1.59410134, 2.32404254, 1.06393476, 1.05731933, 1.32433607, 1.91161228, 1.00302986, 2.41923983, 1.21210297, 2.0766936 , ... 1.04544454, 1.13624968, 1.13977568, 1.49530477, 1.37877809, 1.31873908, 2.35083571, 1.86039884, 1.7146324 , 1.50046827, 1.24166875, 1.50201103, 1.54373013, 1.42353219, 2.85715109, 1.59486084, 2.28129016, 2.43050307, 1.88688832, 1.70373199, 0.79791277, 0.5612323 , 0.85984127, 2.34789857, 1.40942963, 1.59106537, 1.15882479, 1.81391401, 1.44503965, 2.00196685, 1.20029092, 0.78760662, 1.45147191, 2.14865388, 1.13353028, 0.91364334, 1.76728839, 1.74710619, 2.15384098, 1.52910426, 2.37945632, 0.93347096, 0.74790037, 1.25004459, 1.20191624, 1.07851277, 2.36654169, 2.14229417, 1.18673285, 0.95072516, 3.083993 , 1.29415774, 1.28579683, 1.4502321 , 1.11658179, 1.20462166, 1.03525749, 0.96607736, 2.04214851, 2.6596637 , 1.07648101, 1.74500371, 3.58556421, 1.02992618, 1.91816715, 1.75699735, 0.57304094, 2.71837967, 0.96317983, 1.11683183, 1.86494748, 0.81890326, 2.08501727, 0.73697555, 1.17406334, 1.17706471, 1.03267661, 1.90313427, 1.28872484, 1.03942133, 1.80072859, 0.98892288, 1.56156042, 4.73531878, 2.99130558, 1.48782893, 1.26746537, 1.52110877, 1.21315685, 0.94042252, 1.60620143, 0.77397331, 1.40753925, 2.17416998, 1.94895937, 1.58603297, 1.32660512, 1.8019399 , 2.14971225, 2.16195375]]) - he_amplitude(chain, draw)float640.01179 0.07401 ... 0.5524
- unit :
- uHz
- symbol :
- $\langle A_\mathrm{He} \rangle$
- is_circular :
- 0
array([[1.17868243e-002, 7.40106979e-002, 1.80911049e+001, 3.68229299e-002, 4.36609494e-103, 1.82437730e-002, 6.89192521e+000, 2.77481579e-170, 1.26599477e-001, 9.34146909e-001, 3.40109451e-008, 9.63447240e+000, 2.79648369e-024, 2.47796853e-001, 3.03951747e+001, 1.72616254e+001, 2.79469788e-021, 1.12712218e-017, 7.48753158e-091, 2.60776758e-241, 1.65724760e+000, 9.37446633e+000, 5.05074138e-006, 2.71798998e-083, 1.91673462e-002, 1.17993149e-002, 8.18117507e-003, 3.84868755e-002, 1.99495614e-002, 5.23231956e+000, 0.00000000e+000, 8.73480309e-002, 4.41666540e+002, 4.15710225e-011, 3.63099971e-005, 1.23296186e-001, 2.29004026e-002, 1.26717215e+001, 1.38955515e-001, 1.09160817e-051, 1.32910694e-002, 7.70300899e-002, 1.30641861e+000, 2.39106424e+000, 2.17486499e-004, 8.90694569e-256, 6.98787688e-002, 1.96594428e-001, 7.34152151e-002, 1.63658803e+000, 1.85989463e+000, 2.14123124e-001, 1.52980230e-005, 9.57635314e-001, 6.18281117e-002, 6.06057565e-001, 6.43324622e+000, 2.55033867e+000, 9.50613733e-014, 3.74856147e-001, ... 9.88128231e-050, 3.53338396e+000, 6.23642001e-025, 2.30535335e-002, 6.35504733e+000, 1.80445339e-002, 1.42618327e-018, 1.35311350e+000, 3.36056257e-003, 8.11307170e-024, 8.80834178e-003, 9.76702924e-097, 4.92933576e-001, 8.35219122e+000, 1.29015106e-001, 3.10270905e-001, 4.61567797e-002, 1.90178718e-005, 3.38071537e-001, 5.38542051e-292, 3.17290292e-001, 9.49244138e-001, 1.51117968e-002, 1.93956921e+002, 6.14542820e-001, 5.50767961e-005, 6.02877135e-002, 3.15719773e+002, 3.38384108e-053, 3.20678484e-002, 1.99098516e-002, 2.47007519e-003, 9.12705376e+001, 1.36717016e-005, 1.60017367e-027, 2.40931746e-001, 4.94425344e-149, 5.11788423e-016, 1.32828120e+000, 8.96731573e+000, 8.92990001e-001, 1.67581084e-009, 4.10866132e-032, 1.03480288e-010, 5.15569888e-001, 3.88626097e-017, 5.96288346e+000, 3.01632846e-001, 5.98134018e+000, 1.73571822e-011, 6.56192295e-002, 7.94123705e-002, 6.60331767e-006, 1.48673701e-002, 0.00000000e+000, 9.78289736e-003, 2.22624567e-015, 5.52380715e-001]]) - he_nu_max(chain, draw)float640.012 0.07627 ... 4.022e-25 0.556
- unit :
- uHz
- symbol :
- $A_\mathrm{He}(\nu_\max)$
- is_circular :
- 0
array([[1.19989057e-002, 7.62697088e-002, 1.88108417e+001, 3.68546561e-002, 7.82150875e-246, 1.81800587e-002, 6.83856256e+000, 0.00000000e+000, 1.33394234e-001, 9.33888988e-001, 1.15900022e-013, 9.73433952e+000, 3.33849299e-044, 2.57435623e-001, 3.04837015e+001, 1.67025014e+001, 1.09784462e-041, 6.78537969e-033, 1.63438180e-174, 0.00000000e+000, 1.70613818e+000, 9.50368047e+000, 8.59872762e-010, 8.23325545e-184, 1.87591989e-002, 1.23790021e-002, 8.55071769e-003, 4.00832677e-002, 8.36100480e-003, 5.36189119e+000, 0.00000000e+000, 1.24065639e-002, 4.20381503e+002, 3.65107870e-019, 3.11729002e-009, 1.25166463e-001, 8.65906679e-003, 1.30362098e+001, 1.37573563e-001, 3.51081610e-101, 1.37033334e-002, 7.10371796e-002, 1.35042892e+000, 2.37889526e+000, 3.01725288e-005, 0.00000000e+000, 7.06140108e-002, 1.49738540e-001, 7.35332560e-002, 1.59335403e+000, 1.86105749e+000, 2.08800384e-001, 3.63547113e-010, 9.02255130e-001, 6.33206048e-002, 5.99444123e-001, 6.35677996e+000, 2.62718234e+000, 6.09138219e-026, 3.83537089e-001, ... 1.35630346e-111, 3.65933351e+000, 5.14340508e-049, 2.37550308e-002, 6.02670941e+000, 1.70315592e-002, 2.28632738e-035, 1.38043177e+000, 2.75288879e-003, 4.15442960e-048, 2.07222674e-003, 8.49444152e-194, 5.04928011e-001, 8.39191407e+000, 1.33622582e-001, 3.20183220e-001, 4.49308903e-002, 1.71914298e-006, 3.44970072e-001, 0.00000000e+000, 2.95962261e-001, 7.94619830e-001, 1.57915125e-002, 1.98816946e+002, 6.51063839e-001, 1.31377887e-006, 6.10157277e-002, 3.17104877e+002, 4.21931233e-104, 3.35113814e-002, 2.00612183e-002, 4.26984819e-004, 9.32261491e+001, 1.86627260e-007, 4.08450945e-056, 2.34959130e-001, 0.00000000e+000, 1.42308412e-032, 1.33955527e+000, 8.60767640e+000, 8.92751378e-001, 8.39146040e-011, 3.60640344e-051, 5.46828645e-018, 5.31880251e-001, 1.98282712e-030, 5.86559201e+000, 3.14637934e-001, 5.97407442e+000, 3.54679422e-022, 6.71999103e-002, 8.44870369e-002, 1.41435586e-007, 1.24484727e-002, 0.00000000e+000, 8.70366405e-004, 4.02177155e-025, 5.56048344e-001]]) - log_a_cz(chain, draw)float645.186 5.389 4.44 ... 4.849 4.915
- unit :
- dex(uHz3)
- symbol :
- $\log\,a_\mathrm{BCZ}$
- is_circular :
- 0
array([[5.18552901, 5.38881792, 4.44036785, 5.07430852, 5.02003547, 5.69850864, 5.27906051, 4.83971953, 5.16166759, 5.13751783, 5.89342904, 4.87802068, 5.04262592, 5.31844297, 5.27047785, 4.97247812, 4.73875281, 5.25814375, 4.92390552, 5.13909285, 5.97106796, 5.5731912 , 4.61556859, 5.48057155, 4.18747393, 5.71921944, 4.48927611, 5.18509464, 5.16753232, 5.40432224, 5.43395896, 6.09826732, 5.14625481, 5.46423834, 5.72502772, 5.17109601, 4.55553586, 5.28226622, 5.41429313, 5.15092729, 6.07188697, 6.46975248, 5.3195941 , 4.95673792, 4.75682582, 4.75663208, 4.37612322, 5.02957027, 5.36961243, 4.86465502, 4.635208 , 4.59690452, 4.83832234, 5.11781496, 5.93236847, 5.01092275, 5.30634784, 6.10770526, 5.80419088, 5.95552438, 5.38864206, 5.5032409 , 4.72010031, 4.49847926, 4.98237342, 5.6214062 , 5.6372114 , 5.31134206, 5.15762186, 4.9183783 , 5.29210553, 5.29298398, 5.45032118, 5.35145032, 5.51617835, 5.07083063, 5.52733395, 5.31920026, 5.41769176, 4.87856342, 5.14459613, 5.22385952, 5.56369274, 5.9243824 , 5.8021825 , 5.31287903, 4.83163024, 5.70888952, 4.61195085, 6.23032292, 5.52787033, 5.04648155, 5.34603281, 5.89311127, 4.67734545, 5.72269471, 5.17966909, 5.48027744, 4.96949201, 5.52441468, ... 4.99765716, 4.65604927, 5.50548979, 4.43189446, 4.49236814, 5.081971 , 5.60240414, 5.28487414, 6.02461007, 5.26692641, 5.4714484 , 5.77968442, 5.48109086, 4.78159123, 5.47337226, 5.85213184, 4.42588428, 4.5946331 , 4.66484174, 5.35346909, 5.80205498, 4.75245209, 4.72835518, 5.37799187, 5.13077642, 5.48086439, 4.85681252, 4.38875547, 5.03494238, 5.44061884, 5.60083777, 5.42211398, 5.61659033, 5.48607603, 5.67969858, 5.16025398, 4.77618162, 6.00248285, 6.46998257, 5.95145993, 5.79322268, 5.62381449, 5.50510209, 5.40577944, 5.58254561, 5.52543775, 5.47020062, 4.75749149, 5.65526189, 5.55004263, 5.03334212, 5.91600004, 5.07455378, 4.93013501, 5.49253454, 4.84676384, 5.42807278, 5.83571629, 5.22942234, 5.59315187, 5.18207481, 4.73684859, 5.03399171, 5.31001458, 5.63638409, 5.37890396, 3.95844015, 5.17579962, 5.64799218, 5.03698704, 4.35666567, 4.83525739, 5.53602258, 5.17553864, 5.15511347, 5.33449864, 4.81364245, 4.81990489, 4.42475724, 5.21104995, 4.03633646, 4.9936396 , 6.45376569, 5.1462203 , 4.01981254, 4.74058761, 4.80833156, 5.69293605, 5.33105293, 5.88149382, 5.86881685, 4.6799637 , 4.87657486, 5.64495131, 5.32617831, 5.46760681, 5.99563385, 4.71481786, 4.84859042, 4.91508652]]) - log_a_he(chain, draw)float64-5.283 -4.328 ... -2.598 -3.487
- unit :
- dex(1)
- symbol :
- $\log\,a_\mathrm{He}$
- is_circular :
- 0
array([[-5.28333462, -4.32770718, -1.98129412, -4.80833672, -2.93346483, -5.0998099 , -2.42012943, -2.21913988, -4.24723193, -3.3566393 , -3.57037901, -2.31672175, -5.10895403, -3.65542848, -1.85660555, -2.05795913, -2.60464322, -4.59245547, -4.45842543, -3.38257779, -3.14695053, -2.31610916, -2.308734 , -5.34136061, -5.0902135 , -5.28138383, -5.42690303, -4.71148203, -3.41247629, -2.58585693, -5.5030575 , -2.15503734, -0.74463732, -4.53698267, -2.10296198, -4.27134592, -2.87402698, -2.12408179, -4.17747805, -2.60693352, -5.22881539, -3.52018337, -3.233205 , -2.99376435, -4.60830169, -0.76048095, -4.49393157, -3.07596789, -4.43849699, -3.14868092, -2.66426986, -4.047503 , -2.18077171, -2.62221125, -4.57307048, -3.57778699, -2.55814825, -2.79037004, -3.75636469, -3.78809824, -0.58171976, -3.58930806, -3.08627527, -2.57743533, -2.49554514, -4.41718312, -3.37712451, -1.35862808, -2.03098191, -3.49075306, -3.81450164, -3.46737532, -2.84261091, -6.63246318, -4.55006181, -3.26496664, -3.59867621, -2.27819592, -2.44920931, -4.38805242, -2.6635095 , -1.54864167, -4.48064229, -2.54777754, -2.40650123, -4.30257793, -4.70030624, -3.83716026, -5.39657911, -3.60022889, -3.54142929, -2.64532677, -4.2707565 , -2.36642994, -3.01891076, -3.94965462, -3.65700552, -3.35654362, -5.01712059, -3.18094535, ... -3.51861426, -3.93251579, -3.95073251, -3.58369393, -1.80523663, -3.51652091, -3.18295755, -3.56747788, -2.5892832 , -5.13544071, -2.63582047, -2.0856731 , -3.66461437, -2.91753243, -4.43615016, -3.58361277, -2.80623806, -2.53336551, -4.80954222, -3.54946865, -3.8478247 , -4.08801874, -2.09301417, -2.76139976, -4.75090754, -4.53620313, -2.53040459, -3.08737734, -3.10266714, -2.64797603, -2.22102066, -4.11506504, -2.84030744, -3.01974889, -4.92511594, -4.25557472, -3.79697767, -3.48213331, -2.35495604, -2.59629388, -3.12020053, -1.6854 , -4.05162871, -2.76189187, -3.04103926, -4.71846624, -2.57940336, -4.04710885, -3.00067791, -3.22709263, -3.80307795, -2.32341001, -3.28630004, -4.58322853, -3.60006332, -2.44261547, -4.07522844, -3.86694604, -4.71669958, -4.15460856, -3.82559509, -1.99029519, -3.89405952, -2.51241945, -4.59374343, -1.07495288, -3.56149555, -3.2682775 , -4.55804932, -0.84265728, -2.48417748, -4.80792578, -4.94892106, -3.95811752, -1.37911713, -4.52524625, -3.00111805, -3.99334623, -3.50823805, -1.8013892 , -3.21569642, -1.80837699, -3.41786791, -3.62763214, -3.40566436, -3.34549196, -3.37087908, -2.33315194, -2.01413653, -3.86576681, -2.59641991, -3.10711674, -4.39262828, -4.04695296, -4.06092086, -4.11358321, -4.28951038, -2.35631511, -2.59822899, -3.48692489]]) - log_b_he(chain, draw)float64-8.335 -7.174 ... -4.964 -7.245
- unit :
- dex(Ms2)
- symbol :
- $\log\,b_\mathrm{He}$
- is_circular :
- 0
array([[ -8.3349253 , -7.17444915, -7.30369457, -10.91973638, -4.00191235, -10.41687975, -7.32574636, -3.83720332, -9.38022951, -7.71458331, -5.27588328, -7.57880954, -4.75917794, -6.89548544, -7.85400732, -7.40602081, -4.7682453 , -4.89173242, -4.14917219, -3.63666912, -8.98298913, -7.488708 , -5.37173572, -4.12477895, -10.05578384, -8.72796628, -8.09839496, -7.62648657, -6.07284512, -7.63282869, -3.34658447, -5.89880366, -8.8523992 , -5.15106171, -5.39871452, -10.79488358, -5.97505577, -7.25723144, -7.63598061, -4.39274345, -8.23023446, -6.37731595, -8.24691487, -10.33209381, -5.85886955, -3.67856577, -7.95737717, -6.33176531, -7.55188537, -8.00994084, -6.74870336, -10.30184402, -5.35068111, -6.4784742 , -9.65991139, -8.27967586, -9.49106803, -7.16992088, -4.99944269, -9.8972548 , -5.63164564, -6.30190744, -6.56500656, -8.45363619, -7.19859248, -7.982951 , -9.6629856 , -8.75890631, -7.43675684, -8.45812157, -9.29574189, -9.02896603, -6.55392485, -7.91917158, -5.01404784, -9.62254717, -10.97104098, -5.95057158, -6.97760245, -2.72065063, ... -7.47996638, -7.79348674, -7.89358284, -7.78900214, -4.29735284, -8.95989021, -7.63790544, -7.16456673, -5.10625421, -3.76917154, -3.26192927, -5.84306813, -4.43889807, -8.25607323, -10.28404982, -3.95613028, -5.79074888, -2.68230319, -2.93343778, -5.49847396, -4.93426121, -3.66625579, -4.35112823, -7.6710848 , -4.68708214, -6.93887387, -8.71053652, -6.34587396, -4.83034342, -9.19457322, -6.04944296, -4.70151635, -5.9443231 , -4.08903464, -7.55325357, -10.32981125, -7.1473527 , -9.66981386, -9.35026287, -5.68155585, -8.49850771, -3.61152957, -8.28407164, -6.40598652, -6.6168643 , -10.74245906, -9.03141996, -5.62638252, -8.0658534 , -7.94419006, -4.37084641, -7.75727744, -7.3027719 , -5.95324918, -8.06267955, -5.63740769, -4.63052008, -8.83455497, -3.87979837, -4.8608161 , -7.84374144, -6.58669895, -8.85007472, -5.38186081, -4.67717408, -5.13963737, -6.94250075, -4.8691383 , -6.61539711, -8.28297793, -12.39084752, -5.04423941, -7.20498284, -6.77950587, -5.57838609, -6.31962032, -3.3474887 , -5.78044487, -4.96367367, -7.24501447]]) - log_tau_cz(chain, draw)float64-2.564 -2.565 ... -2.534 -2.37
- unit :
- dex(Ms)
- symbol :
- $\log\,\tau_\mathrm{BCZ}$
- is_circular :
- 0
array([[-2.56377668, -2.56452538, -2.25870011, -2.37554561, -2.57622351, -2.26389451, -2.38640607, -2.38336846, -2.3066706 , -1.91913143, -2.48992992, -2.28617963, -2.58350619, -2.53710806, -2.53845583, -2.15558527, -2.37057738, -2.47153801, -2.21567552, -2.11026724, -2.24767546, -2.38742802, -2.39151765, -2.46372173, -2.39379423, -2.48136858, -2.33442369, -2.54426099, -2.2210459 , -2.49499677, -2.72789241, -2.33882361, -2.44775237, -2.17177242, -2.27985356, -2.36190078, -2.22741456, -2.38247852, -2.40613786, -2.37128898, -2.26596871, -2.36839943, -2.23559105, -2.71306498, -2.31685341, -2.50240721, -2.42464655, -2.17138906, -2.51520746, -2.2779818 , -2.27267069, -2.36416994, -2.56513397, -2.1499287 , -2.31011678, -2.38570779, -2.20173935, -2.40312279, -2.47235713, -2.37074169, -2.29044787, -2.26828623, -2.35020977, -2.32817619, -2.1892254 , -2.30700553, -2.36278412, -2.48474125, -2.63519276, -2.35756172, -2.18687321, -2.4027402 , -2.47751236, -2.27013714, -2.33596648, -2.42303329, -2.34640443, -2.35252853, -2.55743114, -2.31454103, -2.64348056, -2.21525793, -2.22921621, -2.1096753 , -2.3145881 , -2.42542049, -2.45775416, -2.36488338, -2.35125929, -2.70658678, -2.12118405, -2.31987812, -2.48302417, -2.27528166, -2.2078525 , -2.51514754, -2.57311908, -2.43312895, -2.7538877 , -2.62401917, ... -2.47185105, -2.53683874, -2.35000229, -2.55338344, -2.22021933, -2.54025167, -2.29045689, -2.63855192, -2.6095318 , -2.27023072, -2.50026385, -2.19257067, -2.23195027, -2.54652026, -2.14315734, -2.30624224, -2.2826917 , -2.57199203, -2.43531688, -2.51156442, -2.32433037, -2.36219836, -2.26969116, -2.47713461, -2.36306092, -2.64559826, -2.35543414, -2.3555513 , -2.34211848, -2.3661381 , -2.57288479, -2.36134899, -2.64214202, -2.20483688, -2.29031843, -2.27442929, -2.47381844, -2.21338374, -2.62819744, -2.46983502, -2.47610945, -2.36872261, -2.57002335, -2.53014863, -2.31535318, -2.49935409, -2.43661102, -2.37910798, -2.48989424, -2.47721787, -2.35940488, -2.21919993, -2.52616966, -2.39401224, -2.38638505, -2.45186696, -2.0796101 , -2.32239183, -2.43068281, -2.60224388, -2.14596214, -2.26980318, -2.4368009 , -2.28349558, -2.26002697, -2.61696971, -2.34165541, -2.43959592, -2.33473538, -2.44814382, -2.06895197, -2.24698458, -2.28713737, -2.47301448, -2.7423774 , -2.33805229, -2.29536033, -2.38406765, -2.44319625, -2.25785438, -2.31422865, -2.57717513, -2.27016346, -2.49802127, -2.58852801, -2.4999291 , -2.50540266, -2.72859963, -2.28935641, -2.396656 , -2.31438179, -2.4056068 , -2.52872487, -2.57510062, -2.36412654, -2.45008593, -2.36510737, -2.14619044, -2.53353589, -2.37023783]]) - log_tau_he(chain, draw)float64-2.946 -2.938 ... -2.787 -2.954
- unit :
- dex(Ms)
- symbol :
- $\log\,\tau_\mathrm{He}$
- is_circular :
- 0
array([[-2.94603873, -2.93764225, -2.93665963, -3.02517256, -2.9013578 , -2.88705931, -2.81905946, -2.86366372, -2.80267064, -2.92400608, -2.92621729, -2.88184798, -2.98100634, -2.90126115, -2.95108078, -2.84961364, -2.87505499, -2.92320209, -2.89464744, -2.89308836, -3.01198496, -2.92203107, -3.10466522, -3.14482916, -2.98787972, -3.06280603, -3.04179922, -3.05901806, -2.98393742, -2.95142136, -2.91126049, -2.92487139, -2.90946612, -2.95962802, -2.99504673, -2.99817294, -2.95077429, -2.97066716, -3.05290318, -2.80284378, -3.04408366, -2.94847547, -3.02826604, -2.83245427, -2.85727023, -2.96870063, -2.82030674, -2.98408429, -2.97993788, -3.03905061, -2.6527723 , -2.96779114, -3.01517988, -2.99344157, -2.89694346, -3.00810472, -2.75498681, -3.1370214 , -3.00044006, -2.9312179 , -3.01637298, -2.78810525, -2.88242008, -2.86993536, -3.06871989, -3.11022521, -2.79825592, -2.97381142, -2.94132206, -2.96897242, -2.85140539, -3.07730834, -2.98484242, -2.84862995, -3.02354204, -2.99084629, -2.93006978, -3.00220378, -3.08210598, -2.71444365, -3.07724781, -2.86273576, -3.02810159, -3.17629638, -2.96475111, -2.97948861, -2.72576677, -2.96942629, -2.98780642, -2.92952231, -2.98051139, -2.91435926, -2.89317885, -3.03331217, -3.04166248, -2.99011421, -2.94199594, -3.12045284, -2.98849541, -3.02312087, ... -3.02019081, -2.93546309, -3.12460203, -2.80822416, -2.84868486, -2.99700994, -2.87311225, -2.92213617, -2.99095197, -2.9441877 , -2.86091227, -2.95657592, -3.01620657, -2.96438002, -2.85492255, -2.97584522, -2.87607801, -2.96910984, -3.01335587, -2.94422322, -2.99498741, -2.95813754, -3.1875382 , -2.94110072, -2.79349569, -2.9121784 , -3.0496539 , -2.91530273, -3.00583323, -2.82674296, -2.93770407, -3.02493924, -2.97460692, -3.01904942, -2.80512533, -2.89344199, -3.06402877, -2.8676185 , -2.85013126, -3.11306565, -2.97237152, -3.04527695, -3.00188576, -2.97296252, -2.88192971, -3.03525062, -2.82825522, -3.17109408, -2.83146099, -2.96505753, -2.84140499, -2.89255578, -3.07628618, -2.83703255, -2.77240273, -3.05634971, -2.77593489, -2.88460714, -2.66744321, -2.95700138, -2.97620456, -3.05033381, -2.90584601, -2.68602407, -3.14565858, -3.2244476 , -2.83405732, -3.09658363, -2.85326426, -3.01590387, -2.9979423 , -3.01914796, -2.87566301, -2.94809962, -2.87714904, -2.99379372, -2.90181654, -2.8739175 , -2.78181638, -2.94856585, -2.83955259, -2.97701856, -2.73913527, -3.00263389, -2.84988644, -3.04253415, -3.03824608, -2.93076716, -2.94386526, -3.08028675, -2.73813802, -2.83195253, -2.9292191 , -3.04647166, -2.89497021, -2.96193184, -2.91526089, -2.872788 , -2.78699974, -2.9540387 ]]) - nu(chain, draw, n)float641.597e+03 1.708e+03 ... 3.156e+03
- unit :
- uHz
- symbol :
- $\nu$
- is_circular :
- 0
array([[[1597.08498125, 1708.49909937, 1820.2801414 , ..., 2830.62399585, 2942.99400737, 3055.34168806], [1585.77899005, 1697.5341181 , 1809.12212652, ..., 2817.83182927, 2929.74181117, 3041.70684117], [1584.36239873, 1692.9447426 , 1782.3033137 , ..., 2804.1039897 , 2935.78592602, 3025.34049877], ..., [1655.89960615, 1767.73490158, 1879.14906887, ..., 2873.89646559, 2984.65384597, 3095.85930106], [1694.24413879, 1806.09449231, 1918.29220239, ..., 2927.767488 , 3038.89388306, 3149.57455002], [1693.74810444, 1805.59870057, 1917.71942828, ..., 2931.57884199, 3043.36946502, 3155.9841552 ]]]) - nu_bkg(chain, draw, n)float641.6e+03 1.711e+03 ... 3.152e+03
- unit :
- uHz
- symbol :
- $\nu_\mathrm{bkg}$
- is_circular :
- 0
array([[[1599.5510611 , 1711.46150053, 1823.37193995, ..., 2830.5658948 , 2942.47633423, 3054.38677365], [1587.39282455, 1699.16331073, 1810.93379691, ..., 2816.86817254, 2928.63865872, 3040.4091449 ], [1576.68811529, 1688.608464 , 1800.52881271, ..., 2807.81195107, 2919.73229977, 3031.65264848], ..., [1652.21476562, 1763.83626771, 1875.4577698 , ..., 2880.0512886 , 2991.67279069, 3103.29429278], [1693.12258748, 1804.88197667, 1916.64136587, ..., 2922.47586864, 3034.23525784, 3145.99464704], [1696.92415755, 1808.84404504, 1920.76393253, ..., 2928.04291993, 3039.96280742, 3151.88269491]]]) - nu_bkg_pred(chain, draw, n_pred)float641.6e+03 1.605e+03 ... 3.152e+03
- unit :
- uHz
- symbol :
- $\nu_\mathrm{bkg}$
- is_circular :
- 0
array([[[1599.5510611 , 1605.3937748 , 1611.23648851, ..., 3042.70134624, 3048.54405995, 3054.38677365], [1587.39282455, 1593.22823146, 1599.06363837, ..., 3028.73833108, 3034.57373799, 3040.4091449 ], [1576.68811529, 1582.53134635, 1588.37457741, ..., 3019.96618637, 3025.80941742, 3031.65264848], ..., [1652.21476562, 1658.04239424, 1663.87002286, ..., 3091.63903553, 3097.46666416, 3103.29429278], [1693.12258748, 1698.95741503, 1704.79224257, ..., 3134.32499194, 3140.15981949, 3145.99464704], [1696.92415755, 1702.76736453, 1708.6105715 , ..., 3140.19628096, 3146.03948793, 3151.88269491]]]) - nu_max(chain, draw)float642.364e+03 2.34e+03 ... 2.313e+03
- unit :
- uHz
- symbol :
- $\nu_\mathrm{max}$
- is_circular :
- 0
array([[2364.30396407, 2339.5734415 , 2397.4568766 , 2370.60086988, 2383.05641648, 2288.19092297, 2320.1920694 , 2350.30325944, 2362.53889188, 2364.79163315, 2352.80073674, 2328.9288297 , 2349.44363139, 2348.3410295 , 2370.42552198, 2387.43717721, 2373.86545656, 2356.63429026, 2367.79082714, 2380.20568399, 2407.59079805, 2356.55434092, 2342.64349761, 2357.62746585, 2310.10442407, 2391.75847823, 2391.73130649, 2350.42303714, 2355.3782196 , 2349.75108893, 2341.61062418, 2389.19444963, 2353.20227017, 2373.33882618, 2374.70379636, 2338.14787281, 2359.78395417, 2361.37061926, 2352.90982537, 2399.54799233, 2400.90455736, 2340.11433097, 2386.05254829, 2345.58350161, 2336.25194627, 2349.61557057, 2339.01384558, 2353.26683283, 2359.57184859, 2370.53166088, 2400.04424092, 2329.97872964, 2342.50917684, 2342.99074569, 2372.194575 , 2333.20347059, 2302.12236592, 2371.47632416, 2389.90913224, 2356.19413322, 2355.44289718, 2393.32654128, 2352.63696282, 2332.25594395, 2337.68496849, 2383.54187883, 2374.68121361, 2374.6480892 , 2355.10653274, 2377.96614167, 2398.13452545, 2353.89590305, 2322.89029475, 2316.58538583, 2365.40257834, 2310.16379321, 2350.63438479, 2353.43938244, 2356.22168405, 2340.84203668, ... 2346.37448123, 2359.73092094, 2377.05322587, 2354.50282705, 2363.67963461, 2365.96944102, 2349.63539622, 2359.11960614, 2363.15585417, 2344.3303839 , 2343.78067421, 2337.20189564, 2337.9842005 , 2343.01725831, 2375.57274254, 2400.82245159, 2330.25659037, 2349.72444073, 2332.04392545, 2365.79920374, 2334.53506828, 2379.76696387, 2386.439724 , 2388.55127638, 2333.65899906, 2364.74263724, 2312.09061038, 2365.09173377, 2335.42871413, 2336.80636669, 2342.58637295, 2368.28805106, 2369.51763597, 2328.68872112, 2344.65758585, 2325.8753629 , 2373.05843238, 2359.7274959 , 2345.91115322, 2347.07451515, 2349.54655422, 2343.70167688, 2388.80414698, 2376.90522317, 2348.04499298, 2362.92617893, 2384.60427138, 2416.82987191, 2308.78798329, 2350.40325212, 2374.66739469, 2376.99719844, 2345.80446669, 2402.7226814 , 2340.13888939, 2360.49742287, 2341.63175997, 2332.36511915, 2394.28326417, 2363.26224704, 2388.74411364, 2369.09053378, 2355.05066533, 2333.55288442, 2349.3380381 , 2343.03760723, 2361.85241116, 2287.97518734, 2372.83480466, 2378.96977209, 2358.8022017 , 2352.90275494, 2325.16205831, 2342.42812548, 2316.63542892, 2366.83719533, 2340.30361271, 2380.65525119, 2308.37142188, 2313.3842654 ]]) - nu_pred(chain, draw, n_pred)float641.597e+03 1.603e+03 ... 3.156e+03
- unit :
- uHz
- symbol :
- $\nu$
- is_circular :
- 0
array([[[1597.0859971 , 1602.9105434 , 1608.73477523, ..., 3043.60676153, 3049.47434935, 3055.34506304], [1585.77796905, 1591.60507491, 1597.43959508, ..., 3030.02146302, 3035.86085465, 3041.70583137], [1584.35927758, 1590.91835273, 1597.39584608, ..., 3017.15153477, 3021.24786005, 3025.34270375], ..., [1655.89986985, 1661.7356823 , 1667.57403464, ..., 3084.22225766, 3090.04171745, 3095.85980418], [1694.24549908, 1700.07273969, 1705.90164656, ..., 3138.0322725 , 3143.80368456, 3149.57022545], [1693.75004491, 1699.56967782, 1705.38651357, ..., 3144.21961508, 3150.09986761, 3155.98092005]]]) - phi_cz(chain, draw)float642.202 0.688 3.082 ... 2.708 -2.846
- unit :
- rad
- symbol :
- $\phi_\mathrm{BCZ}$
- is_circular :
- 0
array([[ 2.20241762e+00, 6.88003286e-01, 3.08229579e+00, -1.63560886e+00, -2.50367983e+00, -1.88908211e+00, 2.20075497e+00, -2.98900300e+00, 2.86078740e+00, -2.93951054e+00, -7.16548294e-01, -3.23006157e-01, 2.13932714e+00, 1.99654637e+00, 2.90550563e+00, 1.58659519e+00, -2.97579825e+00, -2.90681061e+00, -2.88373357e+00, 2.11443436e+00, -2.62167940e+00, -1.26228187e+00, 1.81442931e-01, 7.36357206e-01, -1.84553117e+00, 2.91548367e+00, 1.92107807e-01, 2.13088847e+00, 2.47731808e+00, -2.53693582e+00, 7.58796003e-01, 1.76541490e+00, 3.04135086e+00, 1.16506438e+00, -9.80015229e-01, -1.03063283e+00, -1.54048880e+00, -1.41209175e+00, 2.79970898e+00, 4.71937411e-01, -1.45856249e+00, 1.45115278e+00, -2.96013098e+00, -1.20561841e+00, 1.58104914e+00, -1.77210090e-01, 6.10832234e-01, -2.30677914e-01, -8.75060813e-01, -2.54519208e+00, 1.13975287e+00, -2.42270235e+00, -2.60888448e+00, 2.85850613e+00, -5.64582582e-01, 2.55145330e+00, -1.44606556e+00, -2.36373212e+00, 2.12256511e+00, -1.26255781e+00, ... 1.50770336e+00, -2.64996937e+00, -3.59401714e-01, -1.30410534e+00, 2.48359050e-01, -1.68480816e+00, 5.03381946e-01, 1.73856053e+00, 6.14582187e-01, 2.94851090e-01, 2.95314733e+00, 1.13645819e+00, -3.04369658e+00, -2.32230644e+00, 1.04530360e+00, -3.70849636e-01, 5.79651983e-01, 2.13815417e-01, 1.97811778e+00, 1.05285928e+00, -2.02698243e-01, 2.99071202e+00, 2.39550828e+00, -8.24446444e-01, -2.37741795e+00, -1.31542577e+00, 4.76559396e-01, 2.01992335e+00, -1.30109416e+00, 2.04420992e+00, -1.22620305e+00, 8.48867529e-01, 1.03418161e+00, -1.40396989e+00, 2.57037768e+00, 4.10022706e-01, -1.33376494e+00, -1.17826919e+00, 1.45781304e+00, -5.81435321e-01, 3.05571123e+00, 2.27922350e+00, 1.80913291e+00, -3.65694493e-01, -2.78428405e+00, -1.09045893e+00, -2.32584732e+00, 1.65989371e+00, -2.22047972e+00, 7.68021313e-01, 1.45152328e+00, 2.32640338e+00, 4.58336870e-01, 1.73175097e+00, -8.12095740e-01, -6.67505358e-01, 2.70801099e+00, -2.84618147e+00]]) - phi_he(chain, draw)float640.3414 0.3522 ... -2.236 0.1346
- unit :
- rad
- symbol :
- $\phi_\mathrm{He}$
- is_circular :
- 0
array([[ 0.34142223, 0.35216499, 3.11695699, -1.99933034, -1.63442608, 1.24854678, -2.12682078, 0.98615947, 0.57235797, -1.82694689, 2.00432372, -0.81545933, -1.5816765 , -1.23318167, -1.71916858, -0.17685801, -2.06886686, -2.34684146, 1.1538662 , 2.02490633, -3.01869631, 1.52474785, -1.66031982, 2.06312855, 1.25066102, -2.92219767, -1.0558686 , -2.95176543, -1.73468197, -0.69811629, 2.68636218, 2.74283995, -2.01215443, -1.32960794, -0.81035916, -2.45860514, -0.20726637, 1.9622431 , -2.53738192, -0.4401016 , -2.90952279, -1.6776332 , 0.34502512, -0.9406784 , 0.25465871, 2.44475649, 0.94177033, 2.22610783, 2.51942254, -0.02061211, -0.17893106, -2.42484019, -0.10318743, -1.74485944, -3.00605277, -1.3985744 , 1.15816388, 3.02464905, -0.73882431, -0.11872531, -1.33142981, 1.97543868, -2.9775628 , 2.21054537, 1.79589909, -2.48365038, 2.53010882, -0.64293329, 2.09421332, 2.68770157, -0.31427358, 3.04182463, 2.7441413 , -2.43596351, -1.18330144, -0.5314672 , -0.19760693, 2.18137782, -1.01384796, 1.45428553, -3.10495157, 0.63900936, -0.56614561, -2.51407043, -0.98434931, -1.6908696 , 1.56160953, 1.64204095, -1.89497172, 0.09269759, 0.31821949, 0.25678881, -3.04061286, 0.16320667, 1.50918978, 3.01122067, 2.85801191, -1.1767014 , -1.1940172 , -0.41713805, ... 1.84040387, -0.56297698, -1.75726881, -1.35497677, -1.69646184, 0.8448668 , 0.13078746, 1.23821283, 1.23924128, 0.70354838, 0.83482275, 0.16354567, 0.42633602, 1.78909891, 1.9198306 , 2.0128445 , 1.33436559, 1.68656648, 1.81544558, -0.55704309, 0.55414156, -2.89402442, -2.00855839, -0.57351345, 2.99098183, -1.20664179, -1.95069127, 2.67136103, -2.22177179, 1.95083827, 0.1235492 , -0.96614945, -2.20445107, -2.92561572, 1.75820394, 1.92293708, -3.04178637, -3.02120648, -1.73484466, 1.36104586, 1.89333244, 1.96869796, 1.06301216, 1.92221959, 2.24475745, 0.51744293, -1.79763102, -3.02102238, 1.1354418 , -2.16426755, 0.87140461, 3.02429784, -2.54843529, -1.52521107, 1.21223676, -0.46945302, 0.3567383 , 0.4591878 , -3.11755592, -1.49613636, 1.07683221, 2.72505226, -2.00398923, 1.63512537, -0.26933709, 0.06718999, -2.75168808, 2.37510363, 0.60802471, 0.34649419, 1.91487294, -2.32128284, 1.57630583, 2.85781451, 2.66089007, 1.06646608, 1.78821462, -3.14034936, 2.89360731, -1.79578918, -1.18577532, -1.06727422, -2.70806573, -1.12355264, 2.83320985, -1.93836746, 1.35333974, -2.73673883, 2.89360223, -0.46994157, 0.7612545 , -0.56118523, -0.47454418, 0.51454226, 1.49098131, 3.06988055, -2.69406436, 2.55369823, -2.23560458, 0.134616 ]]) - tau_cz(chain, draw)float640.00273 0.002726 ... 0.004263
- unit :
- Ms
- symbol :
- $\tau_\mathrm{BCZ}$
- is_circular :
- 0
array([[0.00273038, 0.00272568, 0.00551188, 0.00421167, 0.00265324, 0.00544635, 0.00410765, 0.00413649, 0.00493548, 0.01204671, 0.00323646, 0.00517393, 0.00260912, 0.0029033 , 0.0028943 , 0.00698899, 0.00426013, 0.00337646, 0.0060859 , 0.0077577 , 0.00565359, 0.004098 , 0.00405959, 0.00343778, 0.00403837, 0.00330089, 0.00462995, 0.00285587, 0.0060111 , 0.00319892, 0.00187115, 0.00458328, 0.00356654, 0.00673329, 0.00524984, 0.00434609, 0.0059236 , 0.00414497, 0.0039252 , 0.00425315, 0.0054204 , 0.00428155, 0.00581312, 0.00193613, 0.0048211 , 0.0031448 , 0.00376143, 0.00673924, 0.00305346, 0.00527252, 0.00533739, 0.00432345, 0.00272186, 0.00708062, 0.00489647, 0.00411426, 0.00628435, 0.00395255, 0.0033701 , 0.00425852, 0.00512333, 0.00539155, 0.00446468, 0.00469704, 0.00646807, 0.00493168, 0.00433726, 0.00327536, 0.00231637, 0.00438973, 0.0065032 , 0.00395603, 0.00333033, 0.00536862, 0.00461353, 0.00377543, 0.00450397, 0.0044409 , 0.00277057, 0.00484684, 0.00227258, 0.00609175, 0.00589907, 0.00776828, 0.00484632, 0.00375474, 0.00348535, 0.00431635, 0.0044539 , 0.00196523, 0.00756512, 0.00478764, 0.00328833, 0.0053054 , 0.00619651, 0.00305388, 0.00267227, 0.00368868, 0.00176243, 0.00237674, ... 0.00337403, 0.0029051 , 0.00446681, 0.00279651, 0.00602255, 0.00288236, 0.00512322, 0.00229852, 0.00245736, 0.00536747, 0.00316036, 0.00641844, 0.00586205, 0.00284106, 0.00719188, 0.00494035, 0.00521565, 0.00267922, 0.00367014, 0.00307918, 0.00473881, 0.00434312, 0.00537414, 0.00333323, 0.0043345 , 0.00226153, 0.00441129, 0.0044101 , 0.00454864, 0.0043039 , 0.00267372, 0.00435162, 0.0022796 , 0.00623969, 0.00512485, 0.00531583, 0.00335878, 0.0061181 , 0.00235398, 0.00338973, 0.00334111, 0.00427836, 0.00269139, 0.0029502 , 0.00483779, 0.00316698, 0.00365922, 0.00417726, 0.00323672, 0.00333259, 0.00437114, 0.00603671, 0.00297735, 0.00403634, 0.00410785, 0.00353291, 0.00832511, 0.00476001, 0.00370952, 0.00249894, 0.00714559, 0.00537275, 0.00365762, 0.005206 , 0.00549507, 0.00241563, 0.00455349, 0.00363416, 0.00462663, 0.00356333, 0.00853194, 0.00566259, 0.00516253, 0.003365 , 0.00180977, 0.00459143, 0.0050657 , 0.00412983, 0.00360416, 0.00552263, 0.00485033, 0.00264743, 0.0053683 , 0.00317672, 0.00257912, 0.00316279, 0.00312318, 0.0018681 , 0.00513622, 0.00401184, 0.00484862, 0.00393001, 0.00295989, 0.00266011, 0.00432388, 0.00354743, 0.00431412, 0.00714183, 0.00292728, 0.00426346]]) - tau_he(chain, draw)float640.001132 0.001154 ... 0.001112
- unit :
- Ms
- symbol :
- $\tau_\mathrm{He}$
- is_circular :
- 0
array([[0.0011323 , 0.0011544 , 0.00115702, 0.00094369, 0.001255 , 0.001297 , 0.00151684, 0.00136879, 0.00157518, 0.00119123, 0.00118518, 0.00131266, 0.0010447 , 0.00125527, 0.00111923, 0.00141379, 0.00133335, 0.00119343, 0.00127454, 0.00127912, 0.00097278, 0.00119665, 0.00078584, 0.00071643, 0.0010283 , 0.00086535, 0.00090824, 0.00087294, 0.00103768, 0.00111835, 0.0012267 , 0.00118885, 0.00123178, 0.00109742, 0.00101147, 0.00100422, 0.00112002, 0.00106987, 0.00088531, 0.00157455, 0.00090348, 0.00112596, 0.00093699, 0.00147077, 0.00138909, 0.00107473, 0.00151249, 0.00103733, 0.00104728, 0.00091401, 0.00222448, 0.00107698, 0.00096565, 0.00101522, 0.00126782, 0.00098151, 0.00175798, 0.00072942, 0.00099899, 0.00117161, 0.000963 , 0.0016289 , 0.00131093, 0.00134916, 0.00085365, 0.00077584, 0.00159127, 0.00106216, 0.00114466, 0.00107406, 0.00140797, 0.00083693, 0.00103552, 0.001417 , 0.00094724, 0.0010213 , 0.00117471, 0.00099494, 0.00082774, 0.00193 , 0.00083705, 0.00137172, 0.00093734, 0.00066635, 0.00108455, 0.00104836, 0.00188033, 0.00107294, 0.00102847, 0.00117619, 0.0010459 , 0.00121798, 0.00127885, 0.00092616, 0.00090853, 0.00102302, 0.00114289, 0.00075779, 0.00102684, 0.00094815, ... 0.00095457, 0.00116021, 0.00075058, 0.00155516, 0.00141682, 0.00100691, 0.00133933, 0.00119637, 0.00102105, 0.00113714, 0.00137749, 0.00110516, 0.00096337, 0.00108548, 0.00139662, 0.00105719, 0.00133022, 0.00107372, 0.00096972, 0.00113704, 0.00101161, 0.00110119, 0.00064932, 0.00114525, 0.00160881, 0.00122411, 0.00089196, 0.00121534, 0.00098666, 0.00149024, 0.00115424, 0.00094419, 0.00106021, 0.00095709, 0.0015663 , 0.00127808, 0.00086292, 0.00135638, 0.00141211, 0.00077079, 0.00106568, 0.000901 , 0.00099567, 0.00106423, 0.00131241, 0.00092204, 0.00148506, 0.00067438, 0.00147414, 0.00108378, 0.00144077, 0.00128069, 0.00083891, 0.00145535, 0.00168887, 0.00087831, 0.00167519, 0.00130435, 0.00215059, 0.00110408, 0.00105632, 0.00089057, 0.00124209, 0.00206052, 0.00071506, 0.00059642, 0.00146535, 0.0008006 , 0.00140196, 0.00096404, 0.00100475, 0.00095687, 0.00133149, 0.00112694, 0.00132694, 0.00101439, 0.00125367, 0.00133685, 0.00165266, 0.00112573, 0.00144693, 0.00105434, 0.00182333, 0.00099395, 0.00141291, 0.0009067 , 0.0009157 , 0.00117282, 0.00113798, 0.00083121, 0.00182752, 0.00147247, 0.00117701, 0.00089852, 0.00127359, 0.00109161, 0.00121546, 0.00134033, 0.00163305, 0.00111163]])
- created_at :
- 2022-05-06T12:05:07.386463
- arviz_version :
- 0.11.4
<xarray.Dataset> Dimensions: (chain: 1, draw: 1000, n: 14, n_pred: 250) Coordinates: * chain (chain) int64 0 * draw (draw) int64 0 1 2 3 4 5 6 7 ... 993 994 995 996 997 998 999 * n (n) int64 13 14 15 16 17 18 19 20 21 22 23 24 25 26 * n_pred (n_pred) float64 13.0 13.05 13.1 13.16 ... 25.9 25.95 26.0 Data variables: (12/27) a_cz (chain, draw) float64 1.533e+05 2.448e+05 ... 8.224e+04 a_he (chain, draw) float64 5.208e-06 4.702e-05 ... 0.0003259 b_he (chain, draw) float64 4.625e-09 6.692e-08 ... 5.688e-08 cz_amplitude (chain, draw) float64 0.03142 0.05075 ... 0.01322 0.01539 cz_nu_max (chain, draw) float64 0.02742 0.04472 ... 0.01324 0.01537 delta_nu (chain, draw) float64 111.9 111.8 111.9 ... 111.6 111.8 111.9 ... ... nu_max (chain, draw) float64 2.364e+03 2.34e+03 ... 2.313e+03 nu_pred (chain, draw, n_pred) float64 1.597e+03 ... 3.156e+03 phi_cz (chain, draw) float64 2.202 0.688 3.082 ... 2.708 -2.846 phi_he (chain, draw) float64 0.3414 0.3522 3.117 ... -2.236 0.1346 tau_cz (chain, draw) float64 0.00273 0.002726 ... 0.002927 0.004263 tau_he (chain, draw) float64 0.001132 0.001154 ... 0.001633 0.001112 Attributes: created_at: 2022-05-06T12:05:07.386463 arviz_version: 0.11.4xarray.Dataset -
- n: 14
- n(n)int6413 14 15 16 17 ... 22 23 24 25 26
array([13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26])
- nu(n)float641.601e+03 1.712e+03 ... 3.053e+03
- unit :
- uHz
- symbol :
- $\nu$
- is_circular :
- 0
array([1601.25483295, 1712.37568989, 1822.86668365, 1932.24319991, 2042.29649891, 2153.48031271, 2265.19596148, 2377.14428885, 2488.87477862, 2601.02112942, 2713.51145217, 2826.39969194, 2939.55800865, 3052.67058431])
- created_at :
- 2022-05-06T12:05:07.388996
- arviz_version :
- 0.11.4
<xarray.Dataset> Dimensions: (n: 14) Coordinates: * n (n) int64 13 14 15 16 17 18 19 20 21 22 23 24 25 26 Data variables: nu (n) float64 1.601e+03 1.712e+03 1.823e+03 ... 2.94e+03 3.053e+03 Attributes: created_at: 2022-05-06T12:05:07.388996 arviz_version: 0.11.4xarray.Dataset -
- nu_err_dim_0: 14
- nu_err_dim_0(nu_err_dim_0)int640 1 2 3 4 5 6 7 8 9 10 11 12 13
array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13])
- nu_err(nu_err_dim_0)float640.0 0.0 0.0 0.0 ... 0.0 0.0 0.0 0.0
- unit :
- symbol :
- is_circular :
- 0
array([0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.])
- created_at :
- 2022-05-06T12:05:07.389138
- arviz_version :
- 0.11.4
<xarray.Dataset> Dimensions: (nu_err_dim_0: 14) Coordinates: * nu_err_dim_0 (nu_err_dim_0) int64 0 1 2 3 4 5 6 7 8 9 10 11 12 13 Data variables: nu_err (nu_err_dim_0) float64 0.0 0.0 0.0 0.0 0.0 ... 0.0 0.0 0.0 0.0 Attributes: created_at: 2022-05-06T12:05:07.389138 arviz_version: 0.11.4xarray.Dataset -
- chain: 1
- draw: 2327
- n: 14
- chain(chain)int640
array([0])
- draw(draw)int640 1 2 3 4 ... 2323 2324 2325 2326
array([ 0, 1, 2, ..., 2324, 2325, 2326])
- n(n)int6413 14 15 16 17 ... 22 23 24 25 26
array([13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26])
- a_cz(chain, draw)float646.259e+04 5.553e+05 ... 2.979e+05
- unit :
- uHz3
- symbol :
- $a_\mathrm{BCZ}$
- is_circular :
- 0
array([[ 62589.0352382 , 555333.46548626, 583295.67122142, ..., 299103.94261421, 297877.50646922, 297877.50646922]]) - a_he(chain, draw)float640.05047 0.008978 ... 0.009692
- unit :
- symbol :
- $a_\mathrm{He}$
- is_circular :
- 0
array([[0.0504701 , 0.00897833, 0.00220948, ..., 0.00941145, 0.00969164, 0.00969164]]) - b_he(chain, draw)float641.444e-07 1.28e-08 ... 8.272e-07
- unit :
- Ms2
- symbol :
- $b_\mathrm{He}$
- is_circular :
- 0
array([[1.44388429e-07, 1.27950598e-08, 1.46858804e-09, ..., 8.15897027e-07, 8.27216855e-07, 8.27216855e-07]]) - cz_amplitude(chain, draw)float640.0128 0.1136 ... 0.06094 0.06094
- unit :
- uHz
- symbol :
- $\langle A_\mathrm{BCZ} \rangle$
- is_circular :
- 0
array([[0.01280436, 0.11360919, 0.11932965, ..., 0.06119018, 0.06093928, 0.06093928]]) - cz_nu_max(chain, draw)float640.01114 0.09885 ... 0.05364 0.05364
- unit :
- uHz
- symbol :
- $A_\mathrm{BCZ}(\nu_\max)$
- is_circular :
- 0
array([[0.01114056, 0.09884787, 0.10465384, ..., 0.05211376, 0.05364056, 0.05364056]]) - delta_nu(chain, draw)float64111.8 112.0 111.7 ... 111.7 111.7
- unit :
- uHz
- symbol :
- $\Delta\nu$
- is_circular :
- 0
array([[111.75315856, 111.97574099, 111.74119136, ..., 111.64783886, 111.67747059, 111.67747059]]) - dnu_cz(chain, draw, n)float64-0.004001 0.0144 ... -0.03166
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{BCZ}$
- is_circular :
- 0
array([[[-0.00400052, 0.01439977, -0.01814525, ..., 0.00207126, -0.00541353, 0.00662372], [ 0.16830849, -0.16825925, 0.09096352, ..., -0.0223193 , -0.02249559, 0.05041607], [-0.04841814, -0.11907441, -0.1505916 , ..., 0.0553072 , 0.02806693, -0.00106202], ..., [ 0.10579936, -0.10127806, 0.07465239, ..., -0.01547556, 0.02774974, -0.03176282], [ 0.10549441, -0.10104096, 0.07450816, ..., -0.01544855, 0.02767513, -0.03165944], [ 0.10549441, -0.10104096, 0.07450816, ..., -0.01544855, 0.02767513, -0.03165944]]]) - dnu_he(chain, draw, n)float64-41.39 -45.52 ... 0.01287 0.01288
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{He}$
- is_circular :
- 0
array([[[-4.13883027e+01, -4.55229906e+01, 2.42036669e+01, ..., 1.01966191e+01, 4.24210324e+01, 6.61229855e+00], [-1.40590489e+00, 1.46457282e+01, 8.81279311e+00, ..., 2.11661223e+01, -5.11833755e+00, -2.48580432e+01], [-2.57499054e+00, -2.08340447e+00, 3.91537865e+00, ..., -6.25083895e+00, 2.35165321e+00, 5.62204845e+00], ..., [-1.13689113e+00, 6.90706115e-01, 1.12436805e+00, ..., -1.94902720e-02, 1.36771396e-02, 1.38466693e-02], [-1.17498249e+00, 6.62212190e-01, 1.12020495e+00, ..., -1.84156739e-02, 1.28734374e-02, 1.28825208e-02], [-1.17498249e+00, 6.62212190e-01, 1.12020495e+00, ..., -1.84156739e-02, 1.28734374e-02, 1.28825208e-02]]]) - epsilon(chain, draw)float641.371 2.063 1.884 ... 1.351 1.351
- unit :
- symbol :
- $\epsilon$
- is_circular :
- 0
array([[1.37126675, 2.06277248, 1.88399761, ..., 1.3681304 , 1.35119273, 1.35119273]]) - he_amplitude(chain, draw)float6451.8 19.37 5.097 ... 0.4822 0.4822
- unit :
- uHz
- symbol :
- $\langle A_\mathrm{He} \rangle$
- is_circular :
- 0
array([[51.80049399, 19.36889016, 5.09674115, ..., 0.48854899, 0.48215817, 0.48215817]]) - he_nu_max(chain, draw)float6453.15 19.8 5.174 ... 0.231 0.231
- unit :
- uHz
- symbol :
- $A_\mathrm{He}(\nu_\max)$
- is_circular :
- 0
array([[53.15371894, 19.80478791, 5.17371828, ..., 0.20863153, 0.231018 , 0.231018 ]]) - log_a_cz(chain, draw)float644.796 5.745 5.766 ... 5.474 5.474
- unit :
- dex(uHz3)
- symbol :
- $\log\,a_\mathrm{BCZ}$
- is_circular :
- 0
array([[4.79649826, 5.74455385, 5.76588875, ..., 5.47582214, 5.47403771, 5.47403771]]) - log_a_he(chain, draw)float64-1.297 -2.047 ... -2.014 -2.014
- unit :
- dex(1)
- symbol :
- $\log\,a_\mathrm{He}$
- is_circular :
- 0
array([[-1.29696583, -2.04680449, -2.6557092 , ..., -2.02634335, -2.01360255, -2.01360255]]) - log_b_he(chain, draw)float64-6.84 -7.893 ... -6.082 -6.082
- unit :
- dex(Ms2)
- symbol :
- $\log\,b_\mathrm{He}$
- is_circular :
- 0
array([[-6.84046761, -7.89295768, -8.83310001, ..., -6.08836465, -6.08238063, -6.08238063]]) - log_tau_cz(chain, draw)float64-2.577 -2.56 ... -2.585 -2.585
- unit :
- dex(Ms)
- symbol :
- $\log\,\tau_\mathrm{BCZ}$
- is_circular :
- 0
array([[-2.57666824, -2.56038498, -2.38277452, ..., -2.58503989, -2.58513305, -2.58513305]]) - log_tau_he(chain, draw)float64-3.01 -3.023 ... -3.084 -3.084
- unit :
- dex(Ms)
- symbol :
- $\log\,\tau_\mathrm{He}$
- is_circular :
- 0
array([[-3.00980347, -3.02291813, -2.89259426, ..., -3.08483262, -3.08413162, -3.08413162]]) - nu_bkg(chain, draw, n)float641.606e+03 1.718e+03 ... 3.055e+03
- unit :
- uHz
- symbol :
- $\nu_\mathrm{bkg}$
- is_circular :
- 0
array([[[1606.03445133, 1717.78760988, 1829.54076844, ..., 2835.31919546, 2947.07235401, 3058.82551257], [1686.66511008, 1798.64085107, 1910.61659206, ..., 2918.39826093, 3030.37400192, 3142.3497429 ], [1663.15562504, 1774.89681641, 1886.63800777, ..., 2892.30873005, 3004.04992141, 3115.79111278], ..., [1604.1707081 , 1715.81854696, 1827.46638583, ..., 2832.29693559, 2943.94477445, 3055.59261331], [1602.70490373, 1714.38237432, 1826.05984491, ..., 2831.15708022, 2942.83455081, 3054.5120214 ], [1602.70490373, 1714.38237432, 1826.05984491, ..., 2831.15708022, 2942.83455081, 3054.5120214 ]]]) - nu_max(chain, draw)float642.37e+03 2.37e+03 ... 2.357e+03
- unit :
- uHz
- symbol :
- $\nu_\mathrm{max}$
- is_circular :
- 0
array([[2370.25749364, 2370.2451823 , 2360.84132159, ..., 2395.7133141 , 2356.52581171, 2356.52581171]]) - phi_cz(chain, draw)float640.07975 -0.7366 ... -0.9436 -0.9436
- unit :
- rad
- symbol :
- $\phi_\mathrm{BCZ}$
- is_circular :
- 0
array([[ 0.07975465, -0.73659331, 1.16275779, ..., -1.00139534, -0.94360411, -0.94360411]]) - phi_he(chain, draw)float643.094 -1.353 2.291 ... 1.571 1.571
- unit :
- rad
- symbol :
- $\phi_\mathrm{He}$
- is_circular :
- 0
array([[ 3.09418969, -1.35263875, 2.29091869, ..., 1.60590991, 1.57052436, 1.57052436]]) - tau_cz(chain, draw)float640.002651 0.002752 ... 0.002599
- unit :
- Ms
- symbol :
- $\tau_\mathrm{BCZ}$
- is_circular :
- 0
array([[0.00265052, 0.00275179, 0.00414215, ..., 0.00259992, 0.00259936, 0.00259936]]) - tau_he(chain, draw)float640.0009777 0.0009486 ... 0.0008239
- unit :
- Ms
- symbol :
- $\tau_\mathrm{He}$
- is_circular :
- 0
array([[0.00097768, 0.0009486 , 0.00128058, ..., 0.00082256, 0.00082389, 0.00082389]])
- created_at :
- 2022-05-06T12:05:07.391699
- arviz_version :
- 0.11.4
<xarray.Dataset> Dimensions: (chain: 1, draw: 2327, n: 14) Coordinates: * chain (chain) int64 0 * draw (draw) int64 0 1 2 3 4 5 6 ... 2321 2322 2323 2324 2325 2326 * n (n) int64 13 14 15 16 17 18 19 20 21 22 23 24 25 26 Data variables: (12/22) a_cz (chain, draw) float64 6.259e+04 5.553e+05 ... 2.979e+05 a_he (chain, draw) float64 0.05047 0.008978 ... 0.009692 0.009692 b_he (chain, draw) float64 1.444e-07 1.28e-08 ... 8.272e-07 cz_amplitude (chain, draw) float64 0.0128 0.1136 0.1193 ... 0.06094 0.06094 cz_nu_max (chain, draw) float64 0.01114 0.09885 ... 0.05364 0.05364 delta_nu (chain, draw) float64 111.8 112.0 111.7 ... 111.6 111.7 111.7 ... ... nu_bkg (chain, draw, n) float64 1.606e+03 1.718e+03 ... 3.055e+03 nu_max (chain, draw) float64 2.37e+03 2.37e+03 ... 2.357e+03 phi_cz (chain, draw) float64 0.07975 -0.7366 ... -0.9436 -0.9436 phi_he (chain, draw) float64 3.094 -1.353 2.291 ... 1.606 1.571 1.571 tau_cz (chain, draw) float64 0.002651 0.002752 ... 0.002599 0.002599 tau_he (chain, draw) float64 0.0009777 0.0009486 ... 0.0008239 Attributes: created_at: 2022-05-06T12:05:07.391699 arviz_version: 0.11.4xarray.Dataset
[14]:
ax = ast.plot_glitch(data)
ax = ast.plot_glitch(data, kind='helium', quantiles=[], observed=False, ax=ax)
ax = ast.plot_glitch(data, kind='bcz', quantiles=[], observed=False, ax=ax)
[15]:
# You can change the x-axis variable to frequency
ast.plot_glitch(data, kind='helium', x_var="nu");
[16]:
ast.plot_glitch(data, kind='BCZ');
You can also plot an echelle diagram to view different aspects of the model.
[17]:
ast.plot_echelle(data);
Or you could view the model without the glitches.
[18]:
ast.plot_echelle(data, kind='glitchless');
To quickly view the parameter names you can inspect data or just call the following.
[19]:
ast.get_var_names(data)
[19]:
['a_cz',
'a_he',
'b_he',
'cz_amplitude',
'cz_nu_max',
'delta_nu',
'dnu_cz',
'dnu_he',
'epsilon',
'he_amplitude',
'he_nu_max',
'log_a_cz',
'log_a_he',
'log_b_he',
'log_tau_cz',
'log_tau_he',
'nu_bkg',
'nu_max',
'phi_cz',
'phi_he',
'tau_cz',
'tau_he']
Let’s just plot glitch parameter names.
[20]:
glitch_names = ['log_a_he', 'log_b_he', 'log_tau_he', 'phi_he', 'log_a_cz', 'log_tau_cz', 'phi_cz']
ast.plot_corner(data, var_names=glitch_names);
How about the background parameters and average glitch amplitudes.
[21]:
ast.plot_corner(data, var_names=['delta_nu', 'epsilon', 'he_amplitude', 'cz_amplitude']);
We can even plot from the posterior precictive, that is to say the predicted values for a given variable. E.g. 'nu' for the first 5 radial orders.
[22]:
ast.plot_corner(data, group='posterior_predictive', var_names=['nu'], coords={'n': n[:5]}, labelpad=0.15);
You can also pass data to arviz functions. Note, if using nested sampling, some functions like traceplot or rhat are useless since they are tailored to MCMC methods.
Below, we plot the prior predictive and the posterior for the glitch parameters. We can use asterion.get_labeller to get an arviz labeller to replace variable names with their symbols and units.
[23]:
import arviz as az
labeller = ast.get_labeller(data, var_names=glitch_names)
ax = az.plot_density(data, group='prior_predictive', colors='C0',
var_names=glitch_names, hdi_prob=1., labeller=labeller)
ax = az.plot_density(data, group='posterior', colors='C1',
var_names=glitch_names, hdi_prob=1., labeller=labeller,
ax=ax)
Saving the inference data#
[24]:
data.to_netcdf('data/inference_data.nc')
[24]:
'data/inference_data.nc'
Generating summary tables#
You can generate a table for the results data for a chosen data dimension(s). E.g. all the data without any dimensions can be obtained like so. By default, the values are rounded using the standard error on the mean as a guide, although you may pass your own dictionary of formatting rules.
[25]:
ast.get_table(data, dims=())
[25]:
| a_cz | a_he | b_he | cz_amplitude | cz_nu_max | delta_nu | epsilon | he_amplitude | he_nu_max | log_a_cz | log_a_he | log_b_he | log_tau_cz | log_tau_he | nu_max | phi_cz | phi_he | tau_cz | tau_he | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| metric | |||||||||||||||||||
| mean | 299742.0 | 0.00936 | 8.198000e-07 | 0.06132 | 0.05383 | 111.803 | 1.3319 | 0.4778 | 0.2297 | 5.47673 | -2.0299 | -6.0863 | -2.585594 | -3.08392 | 2360.2 | -0.878 | 1.570 | 0.002597 | 0.000824 |
| sd | 2397.0 | 0.00064 | 1.360000e-08 | 0.00049 | 0.00121 | 0.079 | 0.0233 | 0.0160 | 0.0201 | 0.00347 | 0.0295 | 0.0072 | 0.000422 | 0.00288 | 23.8 | 0.097 | 0.127 | 0.000003 | 0.000005 |
| 16th | 297446.0 | 0.00876 | 8.075000e-07 | 0.06085 | 0.05255 | 111.714 | 1.3092 | 0.4611 | 0.2095 | 5.47341 | -2.0576 | -6.0929 | -2.586034 | -3.08680 | 2336.3 | -0.971 | 1.443 | 0.002594 | 0.000819 |
| 50th | 299848.0 | 0.00932 | 8.199000e-07 | 0.06134 | 0.05376 | 111.797 | 1.3326 | 0.4788 | 0.2290 | 5.47690 | -2.0306 | -6.0862 | -2.585544 | -3.08395 | 2360.6 | -0.887 | 1.572 | 0.002597 | 0.000824 |
| 84th | 301949.0 | 0.00996 | 8.331000e-07 | 0.06177 | 0.05516 | 111.890 | 1.3544 | 0.4937 | 0.2490 | 5.47993 | -2.0017 | -6.0793 | -2.585183 | -3.08102 | 2384.4 | -0.785 | 1.694 | 0.002599 | 0.000830 |
You can also format the table using astropy, which makes use of quantity unit metadata.
[26]:
table = ast.get_table(data, dims=(), fmt='astropy')
table
[26]:
| metric | a_cz | a_he | b_he | cz_amplitude | cz_nu_max | delta_nu | epsilon | he_amplitude | he_nu_max | log_a_cz | log_a_he | log_b_he | log_tau_cz | log_tau_he | nu_max | phi_cz | phi_he | tau_cz | tau_he |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| uHz3 | Ms2 | uHz | uHz | uHz | uHz | uHz | dex(uHz3) | dex | dex(Ms2) | dex(Ms) | dex(Ms) | uHz | rad | rad | Ms | Ms | |||
| str4 | float64 | float64 | float64 | float64 | float64 | float64 | float64 | float64 | float64 | float64 | float64 | float64 | float64 | float64 | float64 | float64 | float64 | float64 | float64 |
| mean | 299742.0 | 0.00936 | 8.198e-07 | 0.06132 | 0.05383 | 111.803 | 1.3319 | 0.4778 | 0.2297 | 5.47673 | -2.0299 | -6.0863 | -2.585594 | -3.08392 | 2360.2 | -0.878 | 1.57 | 0.00259661 | 0.0008243 |
| sd | 2397.0 | 0.00064 | 1.36e-08 | 0.00049 | 0.00121 | 0.079 | 0.0233 | 0.016 | 0.0201 | 0.00347 | 0.0295 | 0.0072 | 0.000422 | 0.00288 | 23.8 | 0.097 | 0.127 | 2.52e-06 | 5.5e-06 |
| 16th | 297446.0 | 0.00876 | 8.075e-07 | 0.06085 | 0.05255 | 111.714 | 1.3092 | 0.4611 | 0.2095 | 5.47341 | -2.0576 | -6.0929 | -2.586034 | -3.0868 | 2336.3 | -0.971 | 1.443 | 0.00259398 | 0.0008188 |
| 50th | 299848.0 | 0.00932 | 8.199e-07 | 0.06134 | 0.05376 | 111.797 | 1.3326 | 0.4788 | 0.229 | 5.4769 | -2.0306 | -6.0862 | -2.585544 | -3.08395 | 2360.6 | -0.887 | 1.572 | 0.00259691 | 0.0008242 |
| 84th | 301949.0 | 0.00996 | 8.331e-07 | 0.06177 | 0.05516 | 111.89 | 1.3544 | 0.4937 | 0.249 | 5.47993 | -2.0017 | -6.0793 | -2.585183 | -3.08102 | 2384.4 | -0.785 | 1.694 | 0.00259906 | 0.0008298 |
Or, we may want a table for all variables with the dimension \(n\) (i.e. the individual modes) and from the posterior predictive group (to include the predicted frequencies for \(n\)).
[27]:
ast.get_table(data, dims=('n',), group='posterior_predictive')
[27]:
| dnu_cz | dnu_he | nu | nu_bkg | ||
|---|---|---|---|---|---|
| metric | n | ||||
| mean | 13 | 0.106131 | -1.14883 | 1601.25475 | 1602.35 |
| 14 | -0.101699 | 0.66000 | 1712.37587 | 1714.15 | |
| 15 | 0.075015 | 1.10609 | 1822.86639 | 1825.95 | |
| 16 | -0.036906 | 0.28506 | 1932.24344 | 1937.76 | |
| 17 | -0.001847 | -0.44218 | 2042.29653 | 2049.56 | |
| ... | ... | ... | ... | ... | ... |
| 84th | 22 | 0.024687 | -0.02383 | 2601.02296 | 2610.44 |
| 23 | -0.002523 | -0.05540 | 2713.51305 | 2722.30 | |
| 24 | -0.014987 | -0.01563 | 2826.40052 | 2834.15 | |
| 25 | 0.028301 | 0.01535 | 2939.55975 | 2946.02 | |
| 26 | -0.031570 | 0.01410 | 3052.67195 | 3057.87 |
70 rows × 4 columns
Model with observational error#
The example star has frequencies with added noise to simulate observations.
[28]:
nu_obs = example_star["nu_obs"]
nu_err = example_star["nu_err"]
ax = plt.gca()
ax.plot(nu%delta_nu[0], nu, marker='o', linestyle='none', label='truth')
ax.errorbar(nu_obs%delta_nu[0], nu_obs, xerr=nu_err, marker='o',
linestyle='none', label='observed')
ax.set_xlabel(r'$\nu$ ' + f'modulo {delta_nu[0]:.2f} ' + r'($\nu/\mathrm{\mu Hz}$)')
ax.set_ylabel(r'$\nu$ ($\mathrm{\mu Hz}$)')
ax.set_title('Echelle plot')
ax.legend();
Inference#
We can add the uncertainty in place like so.
[29]:
# We update the prior to simulate future work on improving prior
import numpyro.distributions as dist
model.he_glitch.log_b = dist.Normal(-6.1, 0.1)
[30]:
infer.nu_err = nu_err
infer.nu = nu_obs
[31]:
infer.sample(
num_samples=2000,
method='nested', # default method
num_live_points=100, # Should be ~ 50 per expected posterior mode
depth=7,
)
Running nested sampling using the 'multi_ellipsoid' sampler with 100 live points and 50000 maximum samples...
Completed in 11.3 seconds.
[32]:
infer.posterior_predictive()
[33]:
data = infer.get_data()
data
[33]:
-
- chain: 1
- draw: 2000
- n: 14
- chain(chain)int640
array([0])
- draw(draw)int640 1 2 3 4 ... 1996 1997 1998 1999
array([ 0, 1, 2, ..., 1997, 1998, 1999])
- n(n)int6413 14 15 16 17 ... 22 23 24 25 26
array([13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26])
- a_cz(chain, draw)float642.263e+05 2.32e+05 ... 2.373e+05
- unit :
- uHz3
- symbol :
- $a_\mathrm{BCZ}$
- is_circular :
- 0
array([[226325.52932283, 232014.82599403, 265100.6135385 , ..., 236552.97535883, 407392.45651437, 237296.30256327]]) - a_he(chain, draw)float640.005282 0.003732 ... 0.004146
- unit :
- symbol :
- $a_\mathrm{He}$
- is_circular :
- 0
array([[0.00528214, 0.00373202, 0.00373861, ..., 0.00484525, 0.00567406, 0.00414552]]) - b_he(chain, draw)float646.401e-07 5.597e-07 ... 6.259e-07
- unit :
- Ms2
- symbol :
- $b_\mathrm{He}$
- is_circular :
- 0
array([[6.40058186e-07, 5.59727038e-07, 6.48567451e-07, ..., 6.59281012e-07, 6.58773695e-07, 6.25921437e-07]]) - cz_amplitude(chain, draw)float640.04629 0.04745 ... 0.08332 0.04853
- unit :
- uHz
- symbol :
- $\langle A_\mathrm{BCZ} \rangle$
- is_circular :
- 0
array([[0.046288 , 0.04745157, 0.05421826, ..., 0.04837971, 0.08331973, 0.04853174]]) - cz_nu_max(chain, draw)float640.04194 0.04109 ... 0.07474 0.04238
- unit :
- uHz
- symbol :
- $A_\mathrm{BCZ}(\nu_\max)$
- is_circular :
- 0
array([[0.04194022, 0.04108519, 0.04786227, ..., 0.04189654, 0.07474354, 0.04237548]]) - delta_nu(chain, draw)float64111.8 112.0 111.8 ... 111.8 111.9
- unit :
- uHz
- symbol :
- $\Delta\nu$
- is_circular :
- 0
array([[111.82715025, 111.96801167, 111.77684844, ..., 111.70224179, 111.77847117, 111.91513409]]) - dnu_cz(chain, draw, n)float640.06968 -0.03756 ... -0.02325
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{BCZ}$
- is_circular :
- 0
array([[[ 0.06968425, -0.03755607, 0.00730468, ..., -0.00981983, 0.01792475, -0.02220549], [ 0.00083677, -0.04925886, 0.06789418, ..., -0.02422265, 0.02673338, -0.01838758], [-0.10352662, 0.09032697, -0.0791112 , ..., 0.02443422, -0.02114042, 0.01816213], ..., [ 0.08512791, -0.07933309, 0.05288876, ..., -0.0257412 , 0.02727509, -0.02077653], [ 0.02490337, -0.1135679 , 0.12040123, ..., -0.02338265, -0.01487947, 0.0393449 ], [ 0.02684056, 0.00472297, -0.02847545, ..., -0.01288436, 0.01970386, -0.02324808]]]) - dnu_he(chain, draw, n)float64-1.036 0.6846 ... 0.0518 0.001068
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{He}$
- is_circular :
- 0
array([[[-1.03622924e+00, 6.84641386e-01, 1.13313719e+00, ..., -3.84700683e-03, 5.58147441e-02, 2.90812399e-02], [-5.49948266e-01, 8.65893756e-01, 9.90524064e-01, ..., -1.58200564e-02, 7.43768436e-02, 4.99092938e-02], [-1.09462614e+00, 3.44935556e-02, 7.72754632e-01, ..., 4.24295891e-02, 3.38515769e-02, -8.82169475e-03], ..., [-1.01441707e+00, 4.97590995e-01, 9.78893974e-01, ..., 3.70896628e-03, 4.51173427e-02, 1.90636003e-02], [-1.25890321e+00, 5.63288858e-01, 1.15115385e+00, ..., 3.38985762e-02, 5.54807007e-02, 7.41220548e-03], [-1.21227258e+00, 1.66835231e-01, 9.30207583e-01, ..., 3.85453940e-02, 5.18015760e-02, 1.06754275e-03]]]) - epsilon(chain, draw)float641.311 1.27 1.315 ... 1.316 1.322
- unit :
- symbol :
- $\epsilon$
- is_circular :
- 0
array([[1.3113383 , 1.26981294, 1.3154139 , ..., 1.34822505, 1.31596995, 1.32244394]]) - he_amplitude(chain, draw)float640.5432 0.5341 ... 0.5413 0.4515
- unit :
- uHz
- symbol :
- $\langle A_\mathrm{He} \rangle$
- is_circular :
- 0
array([[0.54323658, 0.53409593, 0.37153635, ..., 0.46125725, 0.54125545, 0.45145918]]) - he_nu_max(chain, draw)float640.388 0.3759 ... 0.3653 0.2947
- unit :
- uHz
- symbol :
- $A_\mathrm{He}(\nu_\max)$
- is_circular :
- 0
array([[0.38797924, 0.37593309, 0.24227183, ..., 0.27834409, 0.3653466 , 0.29473797]]) - log_a_cz(chain, draw)float645.355 5.366 5.423 ... 5.61 5.375
- unit :
- dex(uHz3)
- symbol :
- $\log\,a_\mathrm{BCZ}$
- is_circular :
- 0
array([[5.35473354, 5.36551574, 5.42341073, ..., 5.37392841, 5.61001298, 5.37529097]]) - log_a_he(chain, draw)float64-2.277 -2.428 ... -2.246 -2.382
- unit :
- dex(1)
- symbol :
- $\log\,a_\mathrm{He}$
- is_circular :
- 0
array([[-2.27719004, -2.42805607, -2.42728985, ..., -2.31468346, -2.24610621, -2.38242132]]) - log_b_he(chain, draw)float64-6.194 -6.252 ... -6.181 -6.203
- unit :
- dex(Ms2)
- symbol :
- $\log\,b_\mathrm{He}$
- is_circular :
- 0
array([[-6.19378054, -6.25202371, -6.18804485, ..., -6.18092943, -6.18126375, -6.20348017]]) - log_tau_cz(chain, draw)float64-2.599 -2.206 ... -2.138 -2.158
- unit :
- dex(Ms)
- symbol :
- $\log\,\tau_\mathrm{BCZ}$
- is_circular :
- 0
array([[-2.59850119, -2.20557891, -2.17013756, ..., -2.57884248, -2.13795258, -2.15783957]]) - log_tau_he(chain, draw)float64-3.068 -3.082 ... -3.048 -3.036
- unit :
- dex(Ms)
- symbol :
- $\log\,\tau_\mathrm{He}$
- is_circular :
- 0
array([[-3.06836332, -3.08150907, -3.02250141, ..., -3.06123884, -3.04787519, -3.03610168]]) - nu_bkg(chain, draw, n)float641.6e+03 1.712e+03 ... 3.058e+03
- unit :
- uHz
- symbol :
- $\nu_\mathrm{bkg}$
- is_circular :
- 0
array([[[1600.39617784, 1712.22332808, 1824.05047833, ..., 2830.49483058, 2942.32198083, 3054.14913108], [1597.7625824 , 1709.73059407, 1821.69860575, ..., 2829.41071081, 2941.37872248, 3053.34673416], [1600.13184942, 1711.90869785, 1823.68554629, ..., 2829.67718221, 2941.45403065, 3053.23087908], ..., [1602.72890402, 1714.43114581, 1826.1333876 , ..., 2831.45356374, 2943.15580554, 3054.85804733], [1600.21723429, 1711.99570546, 1823.77417663, ..., 2829.78041716, 2941.55888833, 3053.3373595 ], [1602.89823426, 1714.81336834, 1826.72850243, ..., 2833.9647092 , 2945.87984329, 3057.79497738]]]) - nu_max(chain, draw)float642.323e+03 2.376e+03 ... 2.366e+03
- unit :
- uHz
- symbol :
- $\nu_\mathrm{max}$
- is_circular :
- 0
array([[2323.01171888, 2376.37624798, 2353.47021463, ..., 2376.15708291, 2334.63853407, 2366.40012057]]) - phi_cz(chain, draw)float641.807 -2.554 ... -1.694 1.029
- unit :
- rad
- symbol :
- $\phi_\mathrm{BCZ}$
- is_circular :
- 0
array([[ 1.80692657, -2.5542292 , 0.74184891, ..., -1.67129238, -1.69422093, 1.02902011]]) - phi_he(chain, draw)float640.984 1.812 ... -0.007141 -0.8321
- unit :
- rad
- symbol :
- $\phi_\mathrm{He}$
- is_circular :
- 0
array([[ 0.98403717, 1.81209185, -1.5406465 , ..., 0.56777103, -0.00714086, -0.83214889]]) - tau_cz(chain, draw)float640.002521 0.006229 ... 0.006953
- unit :
- Ms
- symbol :
- $\tau_\mathrm{BCZ}$
- is_circular :
- 0
array([[0.00252057, 0.00622904, 0.00675869, ..., 0.00263729, 0.00727859, 0.00695281]]) - tau_he(chain, draw)float640.0008544 0.0008289 ... 0.0009202
- unit :
- Ms
- symbol :
- $\tau_\mathrm{He}$
- is_circular :
- 0
array([[0.00085435, 0.00082888, 0.00094951, ..., 0.00086848, 0.00089562, 0.00092023]])
- created_at :
- 2022-05-06T12:05:24.114792
- arviz_version :
- 0.11.4
<xarray.Dataset> Dimensions: (chain: 1, draw: 2000, n: 14) Coordinates: * chain (chain) int64 0 * draw (draw) int64 0 1 2 3 4 5 6 ... 1994 1995 1996 1997 1998 1999 * n (n) int64 13 14 15 16 17 18 19 20 21 22 23 24 25 26 Data variables: (12/22) a_cz (chain, draw) float64 2.263e+05 2.32e+05 ... 2.373e+05 a_he (chain, draw) float64 0.005282 0.003732 ... 0.005674 0.004146 b_he (chain, draw) float64 6.401e-07 5.597e-07 ... 6.259e-07 cz_amplitude (chain, draw) float64 0.04629 0.04745 ... 0.08332 0.04853 cz_nu_max (chain, draw) float64 0.04194 0.04109 ... 0.07474 0.04238 delta_nu (chain, draw) float64 111.8 112.0 111.8 ... 111.7 111.8 111.9 ... ... nu_bkg (chain, draw, n) float64 1.6e+03 1.712e+03 ... 3.058e+03 nu_max (chain, draw) float64 2.323e+03 2.376e+03 ... 2.366e+03 phi_cz (chain, draw) float64 1.807 -2.554 0.7418 ... -1.694 1.029 phi_he (chain, draw) float64 0.984 1.812 -1.541 ... -0.007141 -0.8321 tau_cz (chain, draw) float64 0.002521 0.006229 ... 0.007279 0.006953 tau_he (chain, draw) float64 0.0008544 0.0008289 ... 0.0009202 Attributes: created_at: 2022-05-06T12:05:24.114792 arviz_version: 0.11.4xarray.Dataset -
- chain: 1
- draw: 2000
- n: 14
- n_pred: 250
- chain(chain)int640
array([0])
- draw(draw)int640 1 2 3 4 ... 1996 1997 1998 1999
array([ 0, 1, 2, ..., 1997, 1998, 1999])
- n(n)int6413 14 15 16 17 ... 22 23 24 25 26
array([13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26])
- n_pred(n_pred)float6413.0 13.05 13.1 ... 25.9 25.95 26.0
array([13. , 13.052209, 13.104418, ..., 25.895582, 25.947791, 26. ])
- a_cz(chain, draw)float642.263e+05 2.32e+05 ... 2.373e+05
- unit :
- uHz3
- symbol :
- $a_\mathrm{BCZ}$
- is_circular :
- 0
array([[226325.52932283, 232014.82599403, 265100.6135385 , ..., 236552.97535883, 407392.45651437, 237296.30256327]]) - a_he(chain, draw)float640.005282 0.003732 ... 0.004146
- unit :
- symbol :
- $a_\mathrm{He}$
- is_circular :
- 0
array([[0.00528214, 0.00373202, 0.00373861, ..., 0.00484525, 0.00567406, 0.00414552]]) - b_he(chain, draw)float646.401e-07 5.597e-07 ... 6.259e-07
- unit :
- Ms2
- symbol :
- $b_\mathrm{He}$
- is_circular :
- 0
array([[6.40058186e-07, 5.59727038e-07, 6.48567451e-07, ..., 6.59281012e-07, 6.58773695e-07, 6.25921437e-07]]) - cz_amplitude(chain, draw)float640.04629 0.04745 ... 0.08332 0.04853
- unit :
- uHz
- symbol :
- $\langle A_\mathrm{BCZ} \rangle$
- is_circular :
- 0
array([[0.046288 , 0.04745157, 0.05421826, ..., 0.04837971, 0.08331973, 0.04853174]]) - cz_nu_max(chain, draw)float640.04194 0.04109 ... 0.07474 0.04238
- unit :
- uHz
- symbol :
- $A_\mathrm{BCZ}(\nu_\max)$
- is_circular :
- 0
array([[0.04194022, 0.04108519, 0.04786227, ..., 0.04189654, 0.07474354, 0.04237548]]) - dnu_cz(chain, draw, n)float640.06968 -0.03756 ... -0.02325
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{BCZ}$
- is_circular :
- 0
array([[[ 0.06968425, -0.03755607, 0.00730468, ..., -0.00981983, 0.01792475, -0.02220549], [ 0.00083677, -0.04925886, 0.06789418, ..., -0.02422265, 0.02673338, -0.01838758], [-0.10352662, 0.09032697, -0.0791112 , ..., 0.02443422, -0.02114042, 0.01816213], ..., [ 0.08512791, -0.07933309, 0.05288876, ..., -0.0257412 , 0.02727509, -0.02077653], [ 0.02490337, -0.1135679 , 0.12040123, ..., -0.02338265, -0.01487947, 0.0393449 ], [ 0.02684056, 0.00472297, -0.02847545, ..., -0.01288436, 0.01970386, -0.02324808]]]) - dnu_cz_pred(chain, draw, n_pred)float640.06968 0.05808 ... -0.02325
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{BCZ}$
- is_circular :
- 0
array([[[ 0.06968425, 0.05808054, 0.04467654, ..., -0.01730103, -0.02010553, -0.02220549], [ 0.00083677, -0.03911199, -0.07049237, ..., 0.00209883, -0.00912216, -0.01838758], [-0.10352662, -0.09112822, -0.05713277, ..., 0.02847259, 0.02648479, 0.01816213], ..., [ 0.08512791, 0.08963561, 0.09076223, ..., -0.02490778, -0.02326756, -0.02077653], [ 0.02490337, 0.10065119, 0.14750296, ..., 0.00233647, 0.02429066, 0.0393449 ], [ 0.02684056, -0.01961927, -0.06044157, ..., -0.00349441, -0.01536868, -0.02324808]]]) - dnu_he(chain, draw, n)float64-1.036 0.6846 ... 0.0518 0.001068
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{He}$
- is_circular :
- 0
array([[[-1.03622924e+00, 6.84641386e-01, 1.13313719e+00, ..., -3.84700683e-03, 5.58147441e-02, 2.90812399e-02], [-5.49948266e-01, 8.65893756e-01, 9.90524064e-01, ..., -1.58200564e-02, 7.43768436e-02, 4.99092938e-02], [-1.09462614e+00, 3.44935556e-02, 7.72754632e-01, ..., 4.24295891e-02, 3.38515769e-02, -8.82169475e-03], ..., [-1.01441707e+00, 4.97590995e-01, 9.78893974e-01, ..., 3.70896628e-03, 4.51173427e-02, 1.90636003e-02], [-1.25890321e+00, 5.63288858e-01, 1.15115385e+00, ..., 3.38985762e-02, 5.54807007e-02, 7.41220548e-03], [-1.21227258e+00, 1.66835231e-01, 9.30207583e-01, ..., 3.85453940e-02, 5.18015760e-02, 1.06754275e-03]]]) - dnu_he_pred(chain, draw, n_pred)float64-1.036 -0.9466 ... 0.001068
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{He}$
- is_circular :
- 0
array([[[-1.03622924e+00, -9.46570508e-01, -8.54594309e-01, ..., 3.38856790e-02, 3.15027928e-02, 2.90812399e-02], [-5.49948266e-01, -4.65512837e-01, -3.80467027e-01, ..., 5.59314297e-02, 5.29739600e-02, 4.99092938e-02], [-1.09462614e+00, -1.06158123e+00, -1.02385676e+00, ..., -5.41540787e-03, -7.17372836e-03, -8.82169475e-03], ..., [-1.01441707e+00, -9.40219379e-01, -8.63408426e-01, ..., 2.30649940e-02, 2.10692666e-02, 1.90636003e-02], [-1.25890321e+00, -1.17288692e+00, -1.08318719e+00, ..., 1.26663422e-02, 1.00068856e-02, 7.41220548e-03], [-1.21227258e+00, -1.16299516e+00, -1.10910774e+00, ..., 6.21040818e-03, 3.59553730e-03, 1.06754275e-03]]]) - he_amplitude(chain, draw)float640.5432 0.5341 ... 0.5413 0.4515
- unit :
- uHz
- symbol :
- $\langle A_\mathrm{He} \rangle$
- is_circular :
- 0
array([[0.54323658, 0.53409593, 0.37153635, ..., 0.46125725, 0.54125545, 0.45145918]]) - he_nu_max(chain, draw)float640.388 0.3759 ... 0.3653 0.2947
- unit :
- uHz
- symbol :
- $A_\mathrm{He}(\nu_\max)$
- is_circular :
- 0
array([[0.38797924, 0.37593309, 0.24227183, ..., 0.27834409, 0.3653466 , 0.29473797]]) - nu(chain, draw, n)float641.6e+03 1.712e+03 ... 3.053e+03
- unit :
- uHz
- symbol :
- $\nu$
- is_circular :
- 0
array([[[1600.40147293, 1712.28763295, 1823.05465622, ..., 2826.48662933, 2939.44858643, 3052.19945369], [1600.47062487, 1712.35290564, 1822.98076493, ..., 2826.46935148, 2939.54522895, 3052.45039969], [1600.79145976, 1712.02233466, 1822.54387538, ..., 2826.63375834, 2939.8129127 , 3053.33685293], ..., [1601.11391088, 1712.22952761, 1822.79602758, ..., 2826.53654619, 2939.68513649, 3052.78603923], [1600.98373756, 1712.45169815, 1823.24423904, ..., 2826.46219551, 2939.42496846, 3052.48047855], [1601.00165605, 1712.08122007, 1822.7279693 , ..., 2826.68357638, 2939.86053278, 3053.07873857]]]) - nu_bkg(chain, draw, n)float641.6e+03 1.712e+03 ... 3.058e+03
- unit :
- uHz
- symbol :
- $\nu_\mathrm{bkg}$
- is_circular :
- 0
array([[[1600.39617784, 1712.22332808, 1824.05047833, ..., 2830.49483058, 2942.32198083, 3054.14913108], [1597.7625824 , 1709.73059407, 1821.69860575, ..., 2829.41071081, 2941.37872248, 3053.34673416], [1600.13184942, 1711.90869785, 1823.68554629, ..., 2829.67718221, 2941.45403065, 3053.23087908], ..., [1602.72890402, 1714.43114581, 1826.1333876 , ..., 2831.45356374, 2943.15580554, 3054.85804733], [1600.21723429, 1711.99570546, 1823.77417663, ..., 2829.78041716, 2941.55888833, 3053.3373595 ], [1602.89823426, 1714.81336834, 1826.72850243, ..., 2833.9647092 , 2945.87984329, 3057.79497738]]]) - nu_bkg_pred(chain, draw, n_pred)float641.6e+03 1.606e+03 ... 3.058e+03
- unit :
- uHz
- symbol :
- $\nu_\mathrm{bkg}$
- is_circular :
- 0
array([[[1600.39617784, 1606.23454311, 1612.07290838, ..., 3042.47240053, 3048.3107658 , 3054.14913108], [1597.7625824 , 1603.60830188, 1609.45402137, ..., 3041.65529519, 3047.50101467, 3053.34673416], [1600.13184942, 1605.96758849, 1611.80332757, ..., 3041.55940093, 3047.39514001, 3053.23087908], ..., [1602.72890402, 1608.56074796, 1614.39259191, ..., 3043.19435943, 3049.02620338, 3054.85804733], [1600.21723429, 1606.05305809, 1611.88888188, ..., 3041.66571191, 3047.5015357 , 3053.3373595 ], [1602.89823426, 1608.74119306, 1614.58415187, ..., 3046.10905976, 3051.95201857, 3057.79497738]]]) - nu_pred(chain, draw, n_pred)float641.6e+03 1.606e+03 ... 3.052e+03
- unit :
- uHz
- symbol :
- $\nu$
- is_circular :
- 0
array([[[1600.1771463 , 1606.01677608, 1611.85200313, ..., 3041.07695073, 3046.99358179, 3052.90644592], [1600.92820215, 1606.73213344, 1612.5422777 , ..., 3040.81000227, 3046.70244489, 3052.59772865], [1600.94436573, 1606.72878521, 1612.53913939, ..., 3040.73140506, 3046.65077182, 3052.56762026], ..., [1600.62155441, 1606.45559035, 1612.29076622, ..., 3041.06127607, 3046.97611376, 3052.89487264], [1600.86485473, 1606.76707142, 1612.6427672 , ..., 3040.80503516, 3046.73282294, 3052.65503795], [1601.04020448, 1606.77368092, 1612.51910217, ..., 3040.6641051 , 3046.55223021, 3052.44064046]]]) - tau_cz(chain, draw)float640.002521 0.006229 ... 0.006953
- unit :
- Ms
- symbol :
- $\tau_\mathrm{BCZ}$
- is_circular :
- 0
array([[0.00252057, 0.00622904, 0.00675869, ..., 0.00263729, 0.00727859, 0.00695281]]) - tau_he(chain, draw)float640.0008544 0.0008289 ... 0.0009202
- unit :
- Ms
- symbol :
- $\tau_\mathrm{He}$
- is_circular :
- 0
array([[0.00085435, 0.00082888, 0.00094951, ..., 0.00086848, 0.00089562, 0.00092023]])
- created_at :
- 2022-05-06T12:05:24.125104
- arviz_version :
- 0.11.4
<xarray.Dataset> Dimensions: (chain: 1, draw: 2000, n: 14, n_pred: 250) Coordinates: * chain (chain) int64 0 * draw (draw) int64 0 1 2 3 4 5 6 ... 1994 1995 1996 1997 1998 1999 * n (n) int64 13 14 15 16 17 18 19 20 21 22 23 24 25 26 * n_pred (n_pred) float64 13.0 13.05 13.1 13.16 ... 25.9 25.95 26.0 Data variables: (12/17) a_cz (chain, draw) float64 2.263e+05 2.32e+05 ... 2.373e+05 a_he (chain, draw) float64 0.005282 0.003732 ... 0.005674 0.004146 b_he (chain, draw) float64 6.401e-07 5.597e-07 ... 6.259e-07 cz_amplitude (chain, draw) float64 0.04629 0.04745 ... 0.08332 0.04853 cz_nu_max (chain, draw) float64 0.04194 0.04109 ... 0.07474 0.04238 dnu_cz (chain, draw, n) float64 0.06968 -0.03756 ... 0.0197 -0.02325 ... ... nu (chain, draw, n) float64 1.6e+03 1.712e+03 ... 3.053e+03 nu_bkg (chain, draw, n) float64 1.6e+03 1.712e+03 ... 3.058e+03 nu_bkg_pred (chain, draw, n_pred) float64 1.6e+03 1.606e+03 ... 3.058e+03 nu_pred (chain, draw, n_pred) float64 1.6e+03 1.606e+03 ... 3.052e+03 tau_cz (chain, draw) float64 0.002521 0.006229 ... 0.007279 0.006953 tau_he (chain, draw) float64 0.0008544 0.0008289 ... 0.0009202 Attributes: created_at: 2022-05-06T12:05:24.125104 arviz_version: 0.11.4xarray.Dataset -
- chain: 1
- draw: 2510
- chain(chain)int640
array([0])
- draw(draw)int640 1 2 3 4 ... 2506 2507 2508 2509
array([ 0, 1, 2, ..., 2507, 2508, 2509])
- logX(chain, draw)float64-0.00995 -0.0199 ... -26.91 -27.6
- unit :
- symbol :
- is_circular :
- 0
array([[-9.95033085e-03, -1.99006617e-02, -2.98509926e-02, ..., -2.65017725e+01, -2.69072376e+01, -2.76003848e+01]]) - logL(chain, draw)float64-2.983e+04 -9.716e+03 ... -5.175
- unit :
- symbol :
- is_circular :
- 0
array([[-2.98255700e+04, -9.71629065e+03, -5.40674713e+03, ..., -5.20801774e+00, -5.19316615e+00, -5.17515957e+00]]) - lp(chain, draw)float64-2.981e+04 -9.698e+03 ... -9.615
- unit :
- symbol :
- is_circular :
- 0
array([[-2.98077085e+04, -9.69843915e+03, -5.38890558e+03, ..., -9.63940189e+00, -9.63122924e+00, -9.61478720e+00]]) - sampler_efficiency(chain, draw)float641.0 1.0 1.0 1.0 ... 1.0 1.0 1.0
- unit :
- symbol :
- is_circular :
- 0
array([[1., 1., 1., ..., 1., 1., 1.]])
- created_at :
- 2022-05-06T12:05:24.122262
- arviz_version :
- 0.11.4
- method :
- nested
- sampler :
- multi_ellipsoid
- num_likelihood_evals :
- 162527
- num_weighted_samples :
- 2510
- logZ :
- -23.240147092317276
- logZ_err :
- 0.37530567136688314
- ESS :
- 707.3429859932048
<xarray.Dataset> Dimensions: (chain: 1, draw: 2510) Coordinates: * chain (chain) int64 0 * draw (draw) int64 0 1 2 3 4 5 ... 2505 2506 2507 2508 2509 Data variables: logX (chain, draw) float64 -0.00995 -0.0199 ... -26.91 -27.6 logL (chain, draw) float64 -2.983e+04 -9.716e+03 ... -5.175 lp (chain, draw) float64 -2.981e+04 -9.698e+03 ... -9.615 sampler_efficiency (chain, draw) float64 1.0 1.0 1.0 1.0 ... 1.0 1.0 1.0 Attributes: created_at: 2022-05-06T12:05:24.122262 arviz_version: 0.11.4 method: nested sampler: multi_ellipsoid num_likelihood_evals: 162527 num_weighted_samples: 2510 logZ: -23.240147092317276 logZ_err: 0.37530567136688314 ESS: 707.3429859932048xarray.Dataset -
- chain: 1
- draw: 1000
- n: 14
- n_pred: 250
- chain(chain)int640
array([0])
- draw(draw)int640 1 2 3 4 5 ... 995 996 997 998 999
array([ 0, 1, 2, ..., 997, 998, 999])
- n(n)int6413 14 15 16 17 ... 22 23 24 25 26
array([13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26])
- n_pred(n_pred)float6413.0 13.05 13.1 ... 25.9 25.95 26.0
array([13. , 13.052209, 13.104418, ..., 25.895582, 25.947791, 26. ])
- a_cz(chain, draw)float641.533e+05 2.448e+05 ... 8.224e+04
- unit :
- uHz3
- symbol :
- $a_\mathrm{BCZ}$
- is_circular :
- 0
array([[ 153295.35997706, 244803.66875876, 27565.62567951, 118661.14204623, 104721.40851342, 499469.11683686, 190134.31818198, 69138.43323439, 145100.05973826, 137251.73157218, 782400.35798727, 75512.81866048, 110312.80369044, 208181.89918474, 186413.70962661, 93859.4756173 , 54796.49835825, 181193.97575205, 83927.73814068, 137750.39407191, 935552.05771774, 374275.32491325, 41263.73995671, 302392.87087196, 15398.34090132, 523865.06996784, 30851.48782035, 153142.11357902, 147072.78518805, 253701.03488144, 271618.26076636, 1253912.75552636, 140040.87432052, 291231.49234824, 530918.33092352, 148284.58572697, 35936.5072668 , 191542.97025286, 259593.09054453, 141555.6754725 , 1180013.49521421, 2949527.7250308 , 208734.43441311, 90518.61823624, 57124.94847066, 57099.47041468, 23775.14727956, 107045.95600257, 234213.77385384, 73224.26466802, 43172.58008255, 39527.97078661, 68916.36144559, 131164.0939548 , 855792.49545427, 102546.95095467, 202464.01367721, 1281460.59801069, 637075.46563255, 902660.37889514, ... 319964.71860224, 254553.71635635, 382424.41679736, 335303.23657831, 295257.28395211, 57212.57434953, 452128.5106476 , 354848.22043911, 107979.70058559, 824138.19083674, 118728.17101514, 85140.26675259, 310838.30974167, 70269.01050252, 267961.737123 , 685040.56259116, 169598.62910071, 391878.89256098, 152080.94888784, 54556.76236982, 108141.3306917 , 204180.64851446, 432896.51168078, 239278.6541851 , 9087.41060374, 149899.30478119, 444623.25896883, 108889.75901707, 22733.46658224, 68431.7097564 , 343575.80744349, 149809.2519953 , 142926.73458712, 216022.32746196, 65109.21362247, 66054.87711394, 26592.38168188, 162573.57174045, 10872.67635449, 98546.13619413, 2842926.84921752, 140029.74409735, 10466.76660066, 55028.49188421, 64317.85547631, 493101.19445027, 214315.18015668, 761191.30317539, 739293.42963851, 47859.00898632, 75261.84557653, 441520.94297548, 211923.10372848, 293499.12575769, 989996.92542732, 51858.25056235, 70565.17402832, 82240.64793999]]) - a_he(chain, draw)float645.208e-06 4.702e-05 ... 0.0003259
- unit :
- symbol :
- $a_\mathrm{He}$
- is_circular :
- 0
array([[5.20793287e-06, 4.70211040e-05, 1.04401293e-02, 1.55475973e-05, 1.16556142e-03, 7.94676001e-06, 3.80076107e-03, 6.03754132e-03, 5.65936979e-05, 4.39906824e-04, 2.68918693e-04, 4.82256676e-03, 7.78118911e-06, 2.21091232e-04, 1.39121562e-02, 8.75066118e-03, 2.48517388e-03, 2.55590397e-05, 3.47996255e-05, 4.14402352e-04, 7.12934237e-04, 4.82937396e-03, 4.91208643e-03, 4.55658413e-06, 8.12431034e-06, 5.23137884e-06, 3.74194131e-06, 1.94320207e-05, 3.86833172e-04, 2.59503411e-03, 3.14009290e-06, 6.99781832e-03, 1.80037379e-01, 2.90413854e-05, 7.88929182e-03, 5.35370062e-05, 1.33651247e-03, 7.51481351e-03, 6.64541265e-05, 2.47210256e-03, 5.90452023e-06, 3.01867691e-04, 5.84514107e-04, 1.01446168e-03, 2.46432685e-05, 1.73587740e-01, 3.20677457e-05, 8.39522052e-04, 3.64336777e-05, 7.10099296e-04, 2.16635758e-03, 8.96389995e-05, 6.59520486e-03, 2.38665007e-03, 2.67257268e-05, 2.64370509e-04, 2.76599727e-03, 1.62042881e-03, 1.75240835e-04, 1.62892750e-04, 2.61987298e-01, 2.57449435e-04, 8.19831736e-04, 2.64584663e-03, 3.19488229e-03, 3.82663363e-05, 4.19638663e-04, 4.37896951e-02, 9.31146669e-03, 3.23033039e-04, 1.53284541e-04, 3.40898178e-04, 1.43677608e-03, 2.33097071e-07, 2.81798187e-05, 5.43292059e-04, 2.51955469e-04, 5.26992075e-03, 3.55459963e-03, 4.09211267e-05, ... 1.41963044e-04, 8.16547144e-05, 8.07208695e-03, 1.73220880e-03, 1.77456722e-05, 2.90935601e-05, 2.94846116e-03, 8.17753967e-04, 7.89464958e-04, 2.24917874e-03, 6.01145139e-03, 7.67246583e-05, 1.44441691e-03, 9.55544922e-04, 1.18818500e-05, 5.55169089e-05, 1.59596120e-04, 3.29508549e-04, 4.41615150e-03, 2.53341376e-03, 7.58227385e-04, 2.06347876e-02, 8.87914796e-05, 1.73024712e-03, 9.09831029e-04, 1.91220196e-05, 2.63388398e-03, 8.97203898e-05, 9.98440265e-04, 5.92798877e-04, 1.57370038e-04, 4.74886685e-03, 5.17249353e-04, 2.61078715e-05, 2.51152021e-04, 3.60898043e-03, 8.40952675e-05, 1.35848222e-04, 1.91999640e-05, 7.00473065e-05, 1.49418686e-04, 1.02259770e-02, 1.27626387e-04, 3.07312730e-03, 2.54833532e-05, 8.41486438e-02, 2.74476045e-04, 5.39166005e-04, 2.76662747e-05, 1.43662268e-01, 3.27961237e-03, 1.55623158e-05, 1.12480941e-05, 1.10124128e-04, 4.17717695e-02, 2.98369034e-05, 9.97428903e-04, 1.01543883e-04, 3.10285833e-04, 1.57983162e-02, 6.08560245e-04, 1.55461556e-02, 3.82060452e-04, 2.35704491e-04, 3.92948500e-04, 4.51344385e-04, 4.25716931e-04, 4.64352794e-03, 9.67973510e-03, 1.36217590e-04, 2.53267863e-03, 7.81417720e-04, 4.04922324e-05, 8.97525997e-05, 8.69118799e-05, 7.69868919e-05, 5.13439910e-05, 4.40235328e-03, 2.52215055e-03, 3.25893055e-04]]) - b_he(chain, draw)float644.625e-09 6.692e-08 ... 5.688e-08
- unit :
- Ms2
- symbol :
- $b_\mathrm{He}$
- is_circular :
- 0
array([[4.62460560e-09, 6.69192171e-08, 4.96941690e-08, 1.20299445e-11, 9.95606331e-05, 3.82930756e-11, 4.72338817e-08, 1.45477786e-04, 4.16649136e-10, 1.92937518e-08, 5.29805818e-06, 2.63748778e-08, 1.74109335e-05, 1.27208039e-07, 1.39956372e-08, 3.92626123e-08, 1.70511903e-05, 1.28312089e-05, 7.09296485e-05, 2.30850532e-04, 1.03994618e-09, 3.24557760e-08, 4.24878035e-06, 7.50275986e-05, 8.79460148e-11, 1.87082739e-09, 7.97269305e-09, 2.36327048e-08, 8.45580353e-07, 2.32900976e-08, 4.50210402e-04, 1.26239813e-06, 1.40475568e-09, 7.06217194e-06, 3.99287284e-06, 1.60367521e-11, 1.05911770e-06, 5.53055303e-08, 2.31216804e-08, 4.04814960e-05, 5.88525848e-09, 4.19453715e-07, 5.66350296e-09, 4.65485536e-11, 1.38398202e-06, 2.09620732e-04, 1.10312017e-08, 4.65837763e-07, 2.80617420e-08, 9.77370353e-09, 1.78359662e-07, 4.99063700e-11, 4.45983600e-06, 3.32296529e-07, 2.18820806e-10, 5.25199300e-09, 3.22798844e-10, 6.76206154e-08, 1.00128408e-05, 1.26690834e-10, 2.33536282e-06, 4.98990822e-07, 2.72266020e-07, 3.51855065e-09, 6.33005560e-08, 1.04003750e-08, 2.17277321e-10, 1.74218268e-09, 3.65799542e-08, 3.48239819e-09, 5.06125378e-10, 9.35478833e-10, 2.79302711e-07, 1.20455996e-08, 9.68171202e-06, 2.38480474e-10, 1.06895401e-11, 1.12054272e-06, 1.05292526e-07, 1.90260820e-03, ... 3.31156758e-08, 1.60884151e-08, 1.27766547e-08, 1.62554076e-08, 5.04251453e-05, 1.09675541e-09, 2.30194296e-08, 6.84594284e-08, 7.82971196e-06, 1.70148633e-04, 5.47105062e-04, 1.43526427e-06, 3.64000459e-05, 5.54532201e-09, 5.19936352e-11, 1.10629186e-04, 1.61901593e-06, 2.07824531e-03, 1.16563403e-03, 3.17340896e-06, 1.16342607e-05, 2.15647391e-04, 4.45524684e-05, 2.13262846e-08, 2.05550181e-05, 1.15113466e-07, 1.94743727e-09, 4.50947556e-07, 1.47793926e-05, 6.38891007e-10, 8.92394810e-07, 1.98830794e-05, 1.13678125e-06, 8.14639306e-05, 2.79734756e-08, 4.67938471e-11, 7.12274338e-08, 2.13887860e-10, 4.46413304e-10, 2.08182466e-06, 3.17316231e-09, 2.44607871e-04, 5.19910231e-09, 3.92657127e-07, 2.41621567e-07, 1.80942646e-11, 9.30207934e-10, 2.36383674e-06, 8.59303548e-09, 1.13712955e-08, 4.25748952e-05, 1.74872920e-08, 4.97998580e-08, 1.11365539e-06, 8.65606384e-09, 2.30458277e-06, 2.34142320e-05, 1.46367627e-09, 1.31886890e-04, 1.37779277e-05, 1.43304081e-08, 2.59000768e-07, 1.41229455e-09, 4.15087052e-06, 2.10293533e-05, 7.25041113e-06, 1.14156134e-07, 1.35164207e-05, 2.42439225e-07, 5.21221202e-09, 4.06586052e-13, 9.03151465e-06, 6.23759478e-08, 1.66147621e-07, 2.64006066e-06, 4.79048718e-07, 4.49274010e-04, 1.65788779e-06, 1.08724227e-05, 5.68833976e-08]]) - cz_amplitude(chain, draw)float640.03142 0.05075 ... 0.01322 0.01539
- unit :
- uHz
- symbol :
- $\langle A_\mathrm{BCZ} \rangle$
- is_circular :
- 0
array([[ 0.0314153 , 0.05075266, 0.00575094, 0.02337286, 0.02314997, 0.1053697 , 0.0342431 , 0.0137788 , 0.03225816, 0.02638354, 0.16341287, 0.01531259, 0.02222582, 0.04112836, 0.03602356, 0.0146268 , 0.01109395, 0.03805668, 0.01604444, 0.0299615 , 0.18944697, 0.07408641, 0.00821891, 0.06510415, 0.00305266, 0.11218889, 0.00654762, 0.0334648 , 0.03122134, 0.05281278, 0.05131408, 0.26573908, 0.02774955, 0.06129702, 0.11183668, 0.0310355 , 0.00690595, 0.03903029, 0.04866802, 0.02698876, 0.24054656, 0.58926386, 0.04346892, 0.01799492, 0.01223907, 0.01097292, 0.00487334, 0.02328911, 0.04477385, 0.01329275, 0.00890072, 0.00763399, 0.01511152, 0.02723126, 0.17666118, 0.02021764, 0.04128779, 0.2575107 , 0.13351647, 0.1888313 , 0.04926738, 0.06565759, 0.01022479, 0.00603652, 0.01932076, 0.0905655 , 0.09264405, 0.03841542, 0.02681434, 0.01698557, 0.03941886, 0.04124101, 0.06045803, 0.0460984 , 0.0644412 , 0.02568232, 0.07127838, 0.0408761 , 0.05055323, 0.01354551, 0.02838276, 0.03168093, 0.06262922, 0.18320468, 0.12838538, 0.04268792, 0.01286232, 0.09501402, 0.00842161, 0.3369038 , 0.06672509, 0.02057208, 0.0467476 , 0.1651897 , 0.00972938, 0.10124111, 0.03196456, 0.05510924, 0.01924347, 0.06296602, ... 0.02097331, 0.00942434, 0.06684584, 0.00540741, 0.00631203, 0.02467668, 0.0736256 , 0.03719346, 0.20858726, 0.03703199, 0.06130305, 0.12242744, 0.06052554, 0.01225429, 0.05224784, 0.14129034, 0.0049535 , 0.00713659, 0.00888168, 0.04440706, 0.13703096, 0.01251693, 0.01160179, 0.04385373, 0.0273214 , 0.06043815, 0.01495905, 0.00474577, 0.02190148, 0.05263884, 0.08233764, 0.05749988, 0.08302921, 0.05743521, 0.09997026, 0.03076115, 0.01166902, 0.19619985, 0.55153715, 0.17891314, 0.11294785, 0.08918777, 0.06959389, 0.05280086, 0.07943185, 0.07036891, 0.05432859, 0.01075796, 0.0936449 , 0.07514631, 0.01845735, 0.16900713, 0.02449541, 0.01720692, 0.06472606, 0.0145855 , 0.05621548, 0.145612 , 0.03210059, 0.06958496, 0.03183271, 0.01065357, 0.01764692, 0.0430621 , 0.08342956, 0.04930108, 0.00200246, 0.02665847, 0.09440296, 0.02158166, 0.00439329, 0.01471535, 0.06444282, 0.03269097, 0.03036523, 0.04496966, 0.01374159, 0.0126735 , 0.00548599, 0.03403609, 0.0021078 , 0.02071587, 0.56508603, 0.02059907, 0.00180995, 0.01099649, 0.01317984, 0.09858358, 0.04394122, 0.1628507 , 0.14646214, 0.01043207, 0.01525378, 0.08257043, 0.04035056, 0.05832937, 0.20249895, 0.01011585, 0.01322398, 0.01538518]]) - cz_nu_max(chain, draw)float640.02742 0.04472 ... 0.01324 0.01537
- unit :
- uHz
- symbol :
- $A_\mathrm{BCZ}(\nu_\max)$
- is_circular :
- 0
array([[0.02742347, 0.0447244 , 0.00479586, 0.02111503, 0.01844025, 0.09539467, 0.03531934, 0.01251618, 0.02599619, 0.02454325, 0.14133794, 0.01392221, 0.01998462, 0.03775032, 0.03317609, 0.01646699, 0.0097239 , 0.03262566, 0.0149699 , 0.02431442, 0.16139966, 0.06739633, 0.00751893, 0.05440279, 0.00288543, 0.09157666, 0.00539326, 0.0277206 , 0.02651008, 0.04594926, 0.04953699, 0.21966675, 0.02528927, 0.05170337, 0.09414751, 0.0271239 , 0.00645344, 0.03435088, 0.04689025, 0.0245849 , 0.20470912, 0.53861486, 0.03666351, 0.01645266, 0.01046614, 0.01034281, 0.00434568, 0.01932982, 0.04206743, 0.01303057, 0.00749496, 0.00728116, 0.01255914, 0.02389317, 0.15207851, 0.01883725, 0.03820243, 0.22785978, 0.11153935, 0.16259315, 0.04410592, 0.05562077, 0.00948398, 0.00579331, 0.0175712 , 0.07361404, 0.07691318, 0.03631981, 0.02591796, 0.01465436, 0.03406893, 0.03543313, 0.05227136, 0.04185561, 0.05866353, 0.02205693, 0.06094861, 0.03765254, 0.04712588, 0.0137981 , 0.0263363 , 0.02981295, 0.06464398, 0.14986176, 0.11447256, 0.03737752, 0.01209057, 0.09194842, 0.00740285, 0.29989618, 0.06003447, 0.02031707, 0.04054514, 0.14023478, 0.0085576 , 0.09609313, 0.02723913, 0.05470788, 0.01681856, 0.06133227, ... 0.0181786 , 0.00811023, 0.05826948, 0.00495172, 0.0055829 , 0.02166075, 0.07374035, 0.03466435, 0.1862077 , 0.03375645, 0.05362874, 0.10666094, 0.05365828, 0.01129312, 0.05334971, 0.12762436, 0.00486246, 0.0070981 , 0.00825148, 0.04046373, 0.11514904, 0.0101561 , 0.00946842, 0.04307184, 0.02418796, 0.05405628, 0.01302601, 0.004398 , 0.01940697, 0.05018584, 0.07261124, 0.0483862 , 0.07566712, 0.05578598, 0.08475433, 0.02509192, 0.01099953, 0.18215831, 0.54263664, 0.15977328, 0.11397822, 0.07425841, 0.05618251, 0.04461802, 0.07022162, 0.05996115, 0.05523202, 0.01022811, 0.08289506, 0.06498261, 0.01967664, 0.14693694, 0.02114628, 0.01570045, 0.05654259, 0.01298946, 0.04758345, 0.12302478, 0.03081763, 0.07113742, 0.02754905, 0.00993217, 0.01895093, 0.03614022, 0.07851837, 0.04285521, 0.00159811, 0.025663 , 0.08341114, 0.01971071, 0.00403144, 0.01211156, 0.06243656, 0.02594964, 0.02609938, 0.03876962, 0.01187422, 0.0121426 , 0.00463881, 0.02910892, 0.00190545, 0.01755805, 0.51258415, 0.02571491, 0.00189636, 0.01002372, 0.01152991, 0.09419621, 0.03806431, 0.13449804, 0.1328721 , 0.00864482, 0.01392094, 0.08046718, 0.0394878 , 0.05239261, 0.18075463, 0.00915008, 0.01324278, 0.01536707]]) - delta_nu(chain, draw)float64111.9 111.8 111.9 ... 111.8 111.9
- unit :
- uHz
- symbol :
- $\Delta\nu$
- is_circular :
- 0
array([[111.91043943, 111.77048618, 111.92034871, 111.84461517, 111.9108971 , 112.0538109 , 111.68792171, 111.76619288, 111.89945187, 111.87723468, 111.95797602, 111.79970979, 111.9210762 , 111.99646451, 111.88311521, 111.97228211, 111.62130137, 111.85184379, 111.89707222, 111.876279 , 111.73502912, 111.78134448, 111.72206468, 111.98827345, 111.86740928, 112.0137082 , 111.85309112, 112.07203346, 111.93070641, 111.84045195, 111.83532799, 111.8657914 , 111.94403174, 111.88724795, 111.87201706, 111.84447585, 111.75279017, 111.82887503, 111.88474778, 111.99975857, 111.94506713, 111.80782904, 112.03176327, 111.69139002, 111.63448488, 111.70232909, 111.96744529, 111.73127542, 111.94174513, 111.96465484, 111.81983688, 111.82094324, 111.81766717, 111.93582432, 111.97980986, 111.87149906, 111.92361438, 111.77162841, 112.06176867, 111.87305213, 111.65312132, 111.86813123, 111.78055318, 111.72045471, 111.78486927, 111.97713393, 111.76973772, 111.88751294, 111.75466594, 111.94983549, 111.93433213, 111.96074154, 111.75761622, 111.8970786 , 111.70641725, 111.84926751, 111.91385064, 111.7655884 , 111.90905463, 112.01000376, ... 111.9043646 , 111.90775099, 111.85760206, 111.84506212, 111.95078873, 111.64748623, 111.88708128, 111.8112682 , 111.81668716, 111.93132679, 111.86206459, 111.70817949, 111.93885704, 111.79730471, 111.84037019, 111.94237633, 111.81342731, 111.88018976, 112.00950427, 111.79097198, 111.88470509, 111.85669066, 111.78654459, 111.68821359, 111.75220358, 111.88851988, 111.71730514, 111.72682828, 111.82234181, 111.90093587, 111.70881323, 111.77397564, 111.7898062 , 111.74397173, 111.81445799, 111.74194501, 111.99571615, 111.8327632 , 111.92233294, 112.03467507, 111.97628085, 111.83196517, 111.78181544, 111.7827423 , 111.80067764, 111.80265764, 111.91312614, 111.70379794, 111.87299249, 111.83079074, 111.75770725, 111.85057149, 112.08179629, 111.79774907, 111.67129291, 111.6021948 , 111.78397435, 111.75258745, 111.79456411, 111.84994241, 111.7962659 , 111.72401764, 111.84725495, 111.83035081, 111.79219701, 111.91779045, 111.75610139, 112.06378384, 111.91747676, 111.76881318, 111.7910739 , 111.65644952, 111.89421116, 111.89232636, 111.95586974, 111.96942001, 111.82089282, 111.62150209, 111.7593892 , 111.91988749]]) - dnu_cz(chain, draw, n)float640.03059 -0.0494 ... 0.003857
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{BCZ}$
- is_circular :
- 0
array([[[ 0.03059447, -0.04939652, 0.04312886, ..., -0.01789464, 0.00865688, 0.00305947], [-0.09683029, 0.06098494, -0.00863618, ..., 0.00668236, 0.01288647, -0.02422781], [-0.00800655, 0.00594358, 0.00720302, ..., 0.00122117, -0.00289935, -0.00159457], ..., [ 0.00078277, 0.00873649, -0.01342466, ..., 0.00122709, -0.00411777, 0.00529052], [ 0.02049065, -0.00030221, -0.01568687, ..., -0.00209477, 0.00721314, -0.00578381], [ 0.00296487, -0.00457271, -0.01009319, ..., -0.00085487, 0.00174797, 0.00385686]]]) - dnu_cz_pred(chain, draw, n_pred)float640.03059 0.03995 ... 0.003857
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{BCZ}$
- is_circular :
- 0
array([[[ 3.05944719e-02, 3.99474315e-02, 4.75757167e-02, ..., -3.51081389e-03, -2.17435380e-04, 3.05946918e-03], [-9.68302868e-02, -9.26530816e-02, -8.48719000e-02, ..., -1.82966932e-02, -2.17058654e-02, -2.42278142e-02], [-8.00654857e-03, -4.30691923e-03, 2.93907558e-05, ..., -2.96176351e-03, -2.47553406e-03, -1.59456978e-03], ..., [ 7.82765688e-04, -8.74088118e-03, -1.58107161e-02, ..., 1.79573672e-03, 4.09747089e-03, 5.29052051e-03], [ 2.04906457e-02, 1.69977471e-02, 1.27773773e-02, ..., -7.04641093e-03, -6.56339182e-03, -5.78381399e-03], [ 2.96487426e-03, 1.14896330e-02, 1.87886630e-02, ..., 7.47305913e-03, 5.94732430e-03, 3.85686270e-03]]]) - dnu_he(chain, draw, n)float64-0.007374 -0.003738 ... 0.1054
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{He}$
- is_circular :
- 0
array([[[-7.37414459e-03, -3.73835269e-03, 8.54771325e-03, ..., 3.14795103e-03, -1.44237052e-02, -2.73252355e-03], [-6.20171329e-02, -8.62786809e-03, 6.81502029e-02, ..., -2.85146133e-02, -7.06544241e-02, 3.52943923e-02], [ 1.14723285e+01, 8.71235977e+00, -1.36465336e+01, ..., -8.13776396e-01, 1.99533263e+01, -1.43923052e+00], ..., [-6.76672330e-02, 3.34549852e-02, 9.77418558e-03, ..., 9.66840632e-06, 2.12102332e-06, -1.57122662e-06], [ 1.10454862e-13, -4.59902818e-16, -1.23538015e-17, ..., 3.21075808e-40, -8.64152202e-44, -7.11668712e-47], [-4.51524840e-01, 1.30512977e-01, 4.90070724e-01, ..., -1.14279141e-01, -5.75235690e-01, 1.05404462e-01]]]) - dnu_he_pred(chain, draw, n_pred)float64-0.007374 -0.00768 ... 0.1054
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{He}$
- is_circular :
- 0
array([[[-7.37414459e-03, -7.67986916e-03, -7.93433476e-03, ..., -5.15738430e-03, -3.96077134e-03, -2.73252355e-03], [-6.20171329e-02, -6.29126123e-02, -6.33592808e-02, ..., 2.32769564e-02, 2.93937393e-02, 3.52943923e-02], [ 1.14723285e+01, 1.22240084e+01, 1.28911442e+01, ..., 1.96182830e+00, 2.62542466e-01, -1.43923052e+00], ..., [-6.76672330e-02, -6.16149395e-02, -5.52656096e-02, ..., -1.67668296e-06, -1.63157356e-06, -1.57122662e-06], [ 1.10454862e-13, 9.42518520e-14, 7.90588857e-14, ..., -2.20019055e-46, -1.27860420e-46, -7.11668712e-47], [-4.51524840e-01, -4.40557273e-01, -4.26589529e-01, ..., 1.06935618e-02, 5.82542650e-02, 1.05404462e-01]]]) - epsilon(chain, draw)float641.293 1.202 1.088 ... 2.15 2.162
- unit :
- symbol :
- $\epsilon$
- is_circular :
- 0
array([[1.29313538, 1.20225391, 1.08759116, 1.72039253, 0.61308989, 0.98471771, 2.55726245, 1.55311926, 0.52233363, 1.91683366, 1.09914575, 1.42561113, 1.46078794, 1.61233252, 1.85715616, 3.94676379, 1.43620358, 1.07277202, 1.94732069, 0.77185377, 1.48784559, 1.6854903 , 1.57322557, 0.79389635, 1.59476404, 0.83275028, 0.96126351, 0.65009381, 0.96527046, 1.15536077, 2.08151703, 1.01350035, 1.18560038, 1.04754619, 1.03624754, 1.03386592, 1.93484289, 1.42441311, 2.14993252, 1.97431466, 1.34658047, 1.55216737, 1.12583849, 1.61984857, 0.94229206, 1.91758216, 1.26340016, 0.79343644, 1.92773127, 2.48928371, 1.19691315, 1.88093546, 0.66791092, 1.10397386, 1.20271162, 1.6748816 , 1.36399846, 1.5349265 , 1.03994499, 1.07519819, 1.50594397, 1.21045334, 1.81232793, 2.0121725 , 1.46373631, 0.73112367, 0.97199345, 2.16385665, 2.15456268, 1.30200502, 1.46956695, 1.03902091, 0.90848658, 1.25669782, 1.70193278, 0.69853664, 0.96745732, 1.72769214, 1.84962019, 2.54164104, 1.35340963, 2.39173609, 3.03403524, 0.8058868 , 1.38862882, 1.2261595 , 2.03145358, 2.27029473, 1.21471287, 1.58921135, 1.59410134, 2.32404254, 1.06393476, 1.05731933, 1.32433607, 1.91161228, 1.00302986, 2.41923983, 1.21210297, 2.0766936 , ... 1.04544454, 1.13624968, 1.13977568, 1.49530477, 1.37877809, 1.31873908, 2.35083571, 1.86039884, 1.7146324 , 1.50046827, 1.24166875, 1.50201103, 1.54373013, 1.42353219, 2.85715109, 1.59486084, 2.28129016, 2.43050307, 1.88688832, 1.70373199, 0.79791277, 0.5612323 , 0.85984127, 2.34789857, 1.40942963, 1.59106537, 1.15882479, 1.81391401, 1.44503965, 2.00196685, 1.20029092, 0.78760662, 1.45147191, 2.14865388, 1.13353028, 0.91364334, 1.76728839, 1.74710619, 2.15384098, 1.52910426, 2.37945632, 0.93347096, 0.74790037, 1.25004459, 1.20191624, 1.07851277, 2.36654169, 2.14229417, 1.18673285, 0.95072516, 3.083993 , 1.29415774, 1.28579683, 1.4502321 , 1.11658179, 1.20462166, 1.03525749, 0.96607736, 2.04214851, 2.6596637 , 1.07648101, 1.74500371, 3.58556421, 1.02992618, 1.91816715, 1.75699735, 0.57304094, 2.71837967, 0.96317983, 1.11683183, 1.86494748, 0.81890326, 2.08501727, 0.73697555, 1.17406334, 1.17706471, 1.03267661, 1.90313427, 1.28872484, 1.03942133, 1.80072859, 0.98892288, 1.56156042, 4.73531878, 2.99130558, 1.48782893, 1.26746537, 1.52110877, 1.21315685, 0.94042252, 1.60620143, 0.77397331, 1.40753925, 2.17416998, 1.94895937, 1.58603297, 1.32660512, 1.8019399 , 2.14971225, 2.16195375]]) - he_amplitude(chain, draw)float640.01179 0.07401 ... 0.5524
- unit :
- uHz
- symbol :
- $\langle A_\mathrm{He} \rangle$
- is_circular :
- 0
array([[1.17868243e-002, 7.40106979e-002, 1.80911049e+001, 3.68229299e-002, 4.36609494e-103, 1.82437730e-002, 6.89192521e+000, 2.77481579e-170, 1.26599477e-001, 9.34146909e-001, 3.40109451e-008, 9.63447240e+000, 2.79648369e-024, 2.47796853e-001, 3.03951747e+001, 1.72616254e+001, 2.79469788e-021, 1.12712218e-017, 7.48753158e-091, 2.60776758e-241, 1.65724760e+000, 9.37446633e+000, 5.05074138e-006, 2.71798998e-083, 1.91673462e-002, 1.17993149e-002, 8.18117507e-003, 3.84868755e-002, 1.99495614e-002, 5.23231956e+000, 0.00000000e+000, 8.73480309e-002, 4.41666540e+002, 4.15710225e-011, 3.63099971e-005, 1.23296186e-001, 2.29004026e-002, 1.26717215e+001, 1.38955515e-001, 1.09160817e-051, 1.32910694e-002, 7.70300899e-002, 1.30641861e+000, 2.39106424e+000, 2.17486499e-004, 8.90694569e-256, 6.98787688e-002, 1.96594428e-001, 7.34152151e-002, 1.63658803e+000, 1.85989463e+000, 2.14123124e-001, 1.52980230e-005, 9.57635314e-001, 6.18281117e-002, 6.06057565e-001, 6.43324622e+000, 2.55033867e+000, 9.50613733e-014, 3.74856147e-001, ... 9.88128231e-050, 3.53338396e+000, 6.23642001e-025, 2.30535335e-002, 6.35504733e+000, 1.80445339e-002, 1.42618327e-018, 1.35311350e+000, 3.36056257e-003, 8.11307170e-024, 8.80834178e-003, 9.76702924e-097, 4.92933576e-001, 8.35219122e+000, 1.29015106e-001, 3.10270905e-001, 4.61567797e-002, 1.90178718e-005, 3.38071537e-001, 5.38542051e-292, 3.17290292e-001, 9.49244138e-001, 1.51117968e-002, 1.93956921e+002, 6.14542820e-001, 5.50767961e-005, 6.02877135e-002, 3.15719773e+002, 3.38384108e-053, 3.20678484e-002, 1.99098516e-002, 2.47007519e-003, 9.12705376e+001, 1.36717016e-005, 1.60017367e-027, 2.40931746e-001, 4.94425344e-149, 5.11788423e-016, 1.32828120e+000, 8.96731573e+000, 8.92990001e-001, 1.67581084e-009, 4.10866132e-032, 1.03480288e-010, 5.15569888e-001, 3.88626097e-017, 5.96288346e+000, 3.01632846e-001, 5.98134018e+000, 1.73571822e-011, 6.56192295e-002, 7.94123705e-002, 6.60331767e-006, 1.48673701e-002, 0.00000000e+000, 9.78289736e-003, 2.22624567e-015, 5.52380715e-001]]) - he_nu_max(chain, draw)float640.012 0.07627 ... 4.022e-25 0.556
- unit :
- uHz
- symbol :
- $A_\mathrm{He}(\nu_\max)$
- is_circular :
- 0
array([[1.19989057e-002, 7.62697088e-002, 1.88108417e+001, 3.68546561e-002, 7.82150875e-246, 1.81800587e-002, 6.83856256e+000, 0.00000000e+000, 1.33394234e-001, 9.33888988e-001, 1.15900022e-013, 9.73433952e+000, 3.33849299e-044, 2.57435623e-001, 3.04837015e+001, 1.67025014e+001, 1.09784462e-041, 6.78537969e-033, 1.63438180e-174, 0.00000000e+000, 1.70613818e+000, 9.50368047e+000, 8.59872762e-010, 8.23325545e-184, 1.87591989e-002, 1.23790021e-002, 8.55071769e-003, 4.00832677e-002, 8.36100480e-003, 5.36189119e+000, 0.00000000e+000, 1.24065639e-002, 4.20381503e+002, 3.65107870e-019, 3.11729002e-009, 1.25166463e-001, 8.65906679e-003, 1.30362098e+001, 1.37573563e-001, 3.51081610e-101, 1.37033334e-002, 7.10371796e-002, 1.35042892e+000, 2.37889526e+000, 3.01725288e-005, 0.00000000e+000, 7.06140108e-002, 1.49738540e-001, 7.35332560e-002, 1.59335403e+000, 1.86105749e+000, 2.08800384e-001, 3.63547113e-010, 9.02255130e-001, 6.33206048e-002, 5.99444123e-001, 6.35677996e+000, 2.62718234e+000, 6.09138219e-026, 3.83537089e-001, ... 1.35630346e-111, 3.65933351e+000, 5.14340508e-049, 2.37550308e-002, 6.02670941e+000, 1.70315592e-002, 2.28632738e-035, 1.38043177e+000, 2.75288879e-003, 4.15442960e-048, 2.07222674e-003, 8.49444152e-194, 5.04928011e-001, 8.39191407e+000, 1.33622582e-001, 3.20183220e-001, 4.49308903e-002, 1.71914298e-006, 3.44970072e-001, 0.00000000e+000, 2.95962261e-001, 7.94619830e-001, 1.57915125e-002, 1.98816946e+002, 6.51063839e-001, 1.31377887e-006, 6.10157277e-002, 3.17104877e+002, 4.21931233e-104, 3.35113814e-002, 2.00612183e-002, 4.26984819e-004, 9.32261491e+001, 1.86627260e-007, 4.08450945e-056, 2.34959130e-001, 0.00000000e+000, 1.42308412e-032, 1.33955527e+000, 8.60767640e+000, 8.92751378e-001, 8.39146040e-011, 3.60640344e-051, 5.46828645e-018, 5.31880251e-001, 1.98282712e-030, 5.86559201e+000, 3.14637934e-001, 5.97407442e+000, 3.54679422e-022, 6.71999103e-002, 8.44870369e-002, 1.41435586e-007, 1.24484727e-002, 0.00000000e+000, 8.70366405e-004, 4.02177155e-025, 5.56048344e-001]]) - log_a_cz(chain, draw)float645.186 5.389 4.44 ... 4.849 4.915
- unit :
- dex(uHz3)
- symbol :
- $\log\,a_\mathrm{BCZ}$
- is_circular :
- 0
array([[5.18552901, 5.38881792, 4.44036785, 5.07430852, 5.02003547, 5.69850864, 5.27906051, 4.83971953, 5.16166759, 5.13751783, 5.89342904, 4.87802068, 5.04262592, 5.31844297, 5.27047785, 4.97247812, 4.73875281, 5.25814375, 4.92390552, 5.13909285, 5.97106796, 5.5731912 , 4.61556859, 5.48057155, 4.18747393, 5.71921944, 4.48927611, 5.18509464, 5.16753232, 5.40432224, 5.43395896, 6.09826732, 5.14625481, 5.46423834, 5.72502772, 5.17109601, 4.55553586, 5.28226622, 5.41429313, 5.15092729, 6.07188697, 6.46975248, 5.3195941 , 4.95673792, 4.75682582, 4.75663208, 4.37612322, 5.02957027, 5.36961243, 4.86465502, 4.635208 , 4.59690452, 4.83832234, 5.11781496, 5.93236847, 5.01092275, 5.30634784, 6.10770526, 5.80419088, 5.95552438, 5.38864206, 5.5032409 , 4.72010031, 4.49847926, 4.98237342, 5.6214062 , 5.6372114 , 5.31134206, 5.15762186, 4.9183783 , 5.29210553, 5.29298398, 5.45032118, 5.35145032, 5.51617835, 5.07083063, 5.52733395, 5.31920026, 5.41769176, 4.87856342, 5.14459613, 5.22385952, 5.56369274, 5.9243824 , 5.8021825 , 5.31287903, 4.83163024, 5.70888952, 4.61195085, 6.23032292, 5.52787033, 5.04648155, 5.34603281, 5.89311127, 4.67734545, 5.72269471, 5.17966909, 5.48027744, 4.96949201, 5.52441468, ... 4.99765716, 4.65604927, 5.50548979, 4.43189446, 4.49236814, 5.081971 , 5.60240414, 5.28487414, 6.02461007, 5.26692641, 5.4714484 , 5.77968442, 5.48109086, 4.78159123, 5.47337226, 5.85213184, 4.42588428, 4.5946331 , 4.66484174, 5.35346909, 5.80205498, 4.75245209, 4.72835518, 5.37799187, 5.13077642, 5.48086439, 4.85681252, 4.38875547, 5.03494238, 5.44061884, 5.60083777, 5.42211398, 5.61659033, 5.48607603, 5.67969858, 5.16025398, 4.77618162, 6.00248285, 6.46998257, 5.95145993, 5.79322268, 5.62381449, 5.50510209, 5.40577944, 5.58254561, 5.52543775, 5.47020062, 4.75749149, 5.65526189, 5.55004263, 5.03334212, 5.91600004, 5.07455378, 4.93013501, 5.49253454, 4.84676384, 5.42807278, 5.83571629, 5.22942234, 5.59315187, 5.18207481, 4.73684859, 5.03399171, 5.31001458, 5.63638409, 5.37890396, 3.95844015, 5.17579962, 5.64799218, 5.03698704, 4.35666567, 4.83525739, 5.53602258, 5.17553864, 5.15511347, 5.33449864, 4.81364245, 4.81990489, 4.42475724, 5.21104995, 4.03633646, 4.9936396 , 6.45376569, 5.1462203 , 4.01981254, 4.74058761, 4.80833156, 5.69293605, 5.33105293, 5.88149382, 5.86881685, 4.6799637 , 4.87657486, 5.64495131, 5.32617831, 5.46760681, 5.99563385, 4.71481786, 4.84859042, 4.91508652]]) - log_a_he(chain, draw)float64-5.283 -4.328 ... -2.598 -3.487
- unit :
- dex(1)
- symbol :
- $\log\,a_\mathrm{He}$
- is_circular :
- 0
array([[-5.28333462, -4.32770718, -1.98129412, -4.80833672, -2.93346483, -5.0998099 , -2.42012943, -2.21913988, -4.24723193, -3.3566393 , -3.57037901, -2.31672175, -5.10895403, -3.65542848, -1.85660555, -2.05795913, -2.60464322, -4.59245547, -4.45842543, -3.38257779, -3.14695053, -2.31610916, -2.308734 , -5.34136061, -5.0902135 , -5.28138383, -5.42690303, -4.71148203, -3.41247629, -2.58585693, -5.5030575 , -2.15503734, -0.74463732, -4.53698267, -2.10296198, -4.27134592, -2.87402698, -2.12408179, -4.17747805, -2.60693352, -5.22881539, -3.52018337, -3.233205 , -2.99376435, -4.60830169, -0.76048095, -4.49393157, -3.07596789, -4.43849699, -3.14868092, -2.66426986, -4.047503 , -2.18077171, -2.62221125, -4.57307048, -3.57778699, -2.55814825, -2.79037004, -3.75636469, -3.78809824, -0.58171976, -3.58930806, -3.08627527, -2.57743533, -2.49554514, -4.41718312, -3.37712451, -1.35862808, -2.03098191, -3.49075306, -3.81450164, -3.46737532, -2.84261091, -6.63246318, -4.55006181, -3.26496664, -3.59867621, -2.27819592, -2.44920931, -4.38805242, -2.6635095 , -1.54864167, -4.48064229, -2.54777754, -2.40650123, -4.30257793, -4.70030624, -3.83716026, -5.39657911, -3.60022889, -3.54142929, -2.64532677, -4.2707565 , -2.36642994, -3.01891076, -3.94965462, -3.65700552, -3.35654362, -5.01712059, -3.18094535, ... -3.51861426, -3.93251579, -3.95073251, -3.58369393, -1.80523663, -3.51652091, -3.18295755, -3.56747788, -2.5892832 , -5.13544071, -2.63582047, -2.0856731 , -3.66461437, -2.91753243, -4.43615016, -3.58361277, -2.80623806, -2.53336551, -4.80954222, -3.54946865, -3.8478247 , -4.08801874, -2.09301417, -2.76139976, -4.75090754, -4.53620313, -2.53040459, -3.08737734, -3.10266714, -2.64797603, -2.22102066, -4.11506504, -2.84030744, -3.01974889, -4.92511594, -4.25557472, -3.79697767, -3.48213331, -2.35495604, -2.59629388, -3.12020053, -1.6854 , -4.05162871, -2.76189187, -3.04103926, -4.71846624, -2.57940336, -4.04710885, -3.00067791, -3.22709263, -3.80307795, -2.32341001, -3.28630004, -4.58322853, -3.60006332, -2.44261547, -4.07522844, -3.86694604, -4.71669958, -4.15460856, -3.82559509, -1.99029519, -3.89405952, -2.51241945, -4.59374343, -1.07495288, -3.56149555, -3.2682775 , -4.55804932, -0.84265728, -2.48417748, -4.80792578, -4.94892106, -3.95811752, -1.37911713, -4.52524625, -3.00111805, -3.99334623, -3.50823805, -1.8013892 , -3.21569642, -1.80837699, -3.41786791, -3.62763214, -3.40566436, -3.34549196, -3.37087908, -2.33315194, -2.01413653, -3.86576681, -2.59641991, -3.10711674, -4.39262828, -4.04695296, -4.06092086, -4.11358321, -4.28951038, -2.35631511, -2.59822899, -3.48692489]]) - log_b_he(chain, draw)float64-8.335 -7.174 ... -4.964 -7.245
- unit :
- dex(Ms2)
- symbol :
- $\log\,b_\mathrm{He}$
- is_circular :
- 0
array([[ -8.3349253 , -7.17444915, -7.30369457, -10.91973638, -4.00191235, -10.41687975, -7.32574636, -3.83720332, -9.38022951, -7.71458331, -5.27588328, -7.57880954, -4.75917794, -6.89548544, -7.85400732, -7.40602081, -4.7682453 , -4.89173242, -4.14917219, -3.63666912, -8.98298913, -7.488708 , -5.37173572, -4.12477895, -10.05578384, -8.72796628, -8.09839496, -7.62648657, -6.07284512, -7.63282869, -3.34658447, -5.89880366, -8.8523992 , -5.15106171, -5.39871452, -10.79488358, -5.97505577, -7.25723144, -7.63598061, -4.39274345, -8.23023446, -6.37731595, -8.24691487, -10.33209381, -5.85886955, -3.67856577, -7.95737717, -6.33176531, -7.55188537, -8.00994084, -6.74870336, -10.30184402, -5.35068111, -6.4784742 , -9.65991139, -8.27967586, -9.49106803, -7.16992088, -4.99944269, -9.8972548 , -5.63164564, -6.30190744, -6.56500656, -8.45363619, -7.19859248, -7.982951 , -9.6629856 , -8.75890631, -7.43675684, -8.45812157, -9.29574189, -9.02896603, -6.55392485, -7.91917158, -5.01404784, -9.62254717, -10.97104098, -5.95057158, -6.97760245, -2.72065063, ... -7.47996638, -7.79348674, -7.89358284, -7.78900214, -4.29735284, -8.95989021, -7.63790544, -7.16456673, -5.10625421, -3.76917154, -3.26192927, -5.84306813, -4.43889807, -8.25607323, -10.28404982, -3.95613028, -5.79074888, -2.68230319, -2.93343778, -5.49847396, -4.93426121, -3.66625579, -4.35112823, -7.6710848 , -4.68708214, -6.93887387, -8.71053652, -6.34587396, -4.83034342, -9.19457322, -6.04944296, -4.70151635, -5.9443231 , -4.08903464, -7.55325357, -10.32981125, -7.1473527 , -9.66981386, -9.35026287, -5.68155585, -8.49850771, -3.61152957, -8.28407164, -6.40598652, -6.6168643 , -10.74245906, -9.03141996, -5.62638252, -8.0658534 , -7.94419006, -4.37084641, -7.75727744, -7.3027719 , -5.95324918, -8.06267955, -5.63740769, -4.63052008, -8.83455497, -3.87979837, -4.8608161 , -7.84374144, -6.58669895, -8.85007472, -5.38186081, -4.67717408, -5.13963737, -6.94250075, -4.8691383 , -6.61539711, -8.28297793, -12.39084752, -5.04423941, -7.20498284, -6.77950587, -5.57838609, -6.31962032, -3.3474887 , -5.78044487, -4.96367367, -7.24501447]]) - log_tau_cz(chain, draw)float64-2.564 -2.565 ... -2.534 -2.37
- unit :
- dex(Ms)
- symbol :
- $\log\,\tau_\mathrm{BCZ}$
- is_circular :
- 0
array([[-2.56377668, -2.56452538, -2.25870011, -2.37554561, -2.57622351, -2.26389451, -2.38640607, -2.38336846, -2.3066706 , -1.91913143, -2.48992992, -2.28617963, -2.58350619, -2.53710806, -2.53845583, -2.15558527, -2.37057738, -2.47153801, -2.21567552, -2.11026724, -2.24767546, -2.38742802, -2.39151765, -2.46372173, -2.39379423, -2.48136858, -2.33442369, -2.54426099, -2.2210459 , -2.49499677, -2.72789241, -2.33882361, -2.44775237, -2.17177242, -2.27985356, -2.36190078, -2.22741456, -2.38247852, -2.40613786, -2.37128898, -2.26596871, -2.36839943, -2.23559105, -2.71306498, -2.31685341, -2.50240721, -2.42464655, -2.17138906, -2.51520746, -2.2779818 , -2.27267069, -2.36416994, -2.56513397, -2.1499287 , -2.31011678, -2.38570779, -2.20173935, -2.40312279, -2.47235713, -2.37074169, -2.29044787, -2.26828623, -2.35020977, -2.32817619, -2.1892254 , -2.30700553, -2.36278412, -2.48474125, -2.63519276, -2.35756172, -2.18687321, -2.4027402 , -2.47751236, -2.27013714, -2.33596648, -2.42303329, -2.34640443, -2.35252853, -2.55743114, -2.31454103, -2.64348056, -2.21525793, -2.22921621, -2.1096753 , -2.3145881 , -2.42542049, -2.45775416, -2.36488338, -2.35125929, -2.70658678, -2.12118405, -2.31987812, -2.48302417, -2.27528166, -2.2078525 , -2.51514754, -2.57311908, -2.43312895, -2.7538877 , -2.62401917, ... -2.47185105, -2.53683874, -2.35000229, -2.55338344, -2.22021933, -2.54025167, -2.29045689, -2.63855192, -2.6095318 , -2.27023072, -2.50026385, -2.19257067, -2.23195027, -2.54652026, -2.14315734, -2.30624224, -2.2826917 , -2.57199203, -2.43531688, -2.51156442, -2.32433037, -2.36219836, -2.26969116, -2.47713461, -2.36306092, -2.64559826, -2.35543414, -2.3555513 , -2.34211848, -2.3661381 , -2.57288479, -2.36134899, -2.64214202, -2.20483688, -2.29031843, -2.27442929, -2.47381844, -2.21338374, -2.62819744, -2.46983502, -2.47610945, -2.36872261, -2.57002335, -2.53014863, -2.31535318, -2.49935409, -2.43661102, -2.37910798, -2.48989424, -2.47721787, -2.35940488, -2.21919993, -2.52616966, -2.39401224, -2.38638505, -2.45186696, -2.0796101 , -2.32239183, -2.43068281, -2.60224388, -2.14596214, -2.26980318, -2.4368009 , -2.28349558, -2.26002697, -2.61696971, -2.34165541, -2.43959592, -2.33473538, -2.44814382, -2.06895197, -2.24698458, -2.28713737, -2.47301448, -2.7423774 , -2.33805229, -2.29536033, -2.38406765, -2.44319625, -2.25785438, -2.31422865, -2.57717513, -2.27016346, -2.49802127, -2.58852801, -2.4999291 , -2.50540266, -2.72859963, -2.28935641, -2.396656 , -2.31438179, -2.4056068 , -2.52872487, -2.57510062, -2.36412654, -2.45008593, -2.36510737, -2.14619044, -2.53353589, -2.37023783]]) - log_tau_he(chain, draw)float64-2.946 -2.938 ... -2.787 -2.954
- unit :
- dex(Ms)
- symbol :
- $\log\,\tau_\mathrm{He}$
- is_circular :
- 0
array([[-2.94603873, -2.93764225, -2.93665963, -3.02517256, -2.9013578 , -2.88705931, -2.81905946, -2.86366372, -2.80267064, -2.92400608, -2.92621729, -2.88184798, -2.98100634, -2.90126115, -2.95108078, -2.84961364, -2.87505499, -2.92320209, -2.89464744, -2.89308836, -3.01198496, -2.92203107, -3.10466522, -3.14482916, -2.98787972, -3.06280603, -3.04179922, -3.05901806, -2.98393742, -2.95142136, -2.91126049, -2.92487139, -2.90946612, -2.95962802, -2.99504673, -2.99817294, -2.95077429, -2.97066716, -3.05290318, -2.80284378, -3.04408366, -2.94847547, -3.02826604, -2.83245427, -2.85727023, -2.96870063, -2.82030674, -2.98408429, -2.97993788, -3.03905061, -2.6527723 , -2.96779114, -3.01517988, -2.99344157, -2.89694346, -3.00810472, -2.75498681, -3.1370214 , -3.00044006, -2.9312179 , -3.01637298, -2.78810525, -2.88242008, -2.86993536, -3.06871989, -3.11022521, -2.79825592, -2.97381142, -2.94132206, -2.96897242, -2.85140539, -3.07730834, -2.98484242, -2.84862995, -3.02354204, -2.99084629, -2.93006978, -3.00220378, -3.08210598, -2.71444365, -3.07724781, -2.86273576, -3.02810159, -3.17629638, -2.96475111, -2.97948861, -2.72576677, -2.96942629, -2.98780642, -2.92952231, -2.98051139, -2.91435926, -2.89317885, -3.03331217, -3.04166248, -2.99011421, -2.94199594, -3.12045284, -2.98849541, -3.02312087, ... -3.02019081, -2.93546309, -3.12460203, -2.80822416, -2.84868486, -2.99700994, -2.87311225, -2.92213617, -2.99095197, -2.9441877 , -2.86091227, -2.95657592, -3.01620657, -2.96438002, -2.85492255, -2.97584522, -2.87607801, -2.96910984, -3.01335587, -2.94422322, -2.99498741, -2.95813754, -3.1875382 , -2.94110072, -2.79349569, -2.9121784 , -3.0496539 , -2.91530273, -3.00583323, -2.82674296, -2.93770407, -3.02493924, -2.97460692, -3.01904942, -2.80512533, -2.89344199, -3.06402877, -2.8676185 , -2.85013126, -3.11306565, -2.97237152, -3.04527695, -3.00188576, -2.97296252, -2.88192971, -3.03525062, -2.82825522, -3.17109408, -2.83146099, -2.96505753, -2.84140499, -2.89255578, -3.07628618, -2.83703255, -2.77240273, -3.05634971, -2.77593489, -2.88460714, -2.66744321, -2.95700138, -2.97620456, -3.05033381, -2.90584601, -2.68602407, -3.14565858, -3.2244476 , -2.83405732, -3.09658363, -2.85326426, -3.01590387, -2.9979423 , -3.01914796, -2.87566301, -2.94809962, -2.87714904, -2.99379372, -2.90181654, -2.8739175 , -2.78181638, -2.94856585, -2.83955259, -2.97701856, -2.73913527, -3.00263389, -2.84988644, -3.04253415, -3.03824608, -2.93076716, -2.94386526, -3.08028675, -2.73813802, -2.83195253, -2.9292191 , -3.04647166, -2.89497021, -2.96193184, -2.91526089, -2.872788 , -2.78699974, -2.9540387 ]]) - nu(chain, draw, n)float641.597e+03 1.708e+03 ... 3.156e+03
- unit :
- uHz
- symbol :
- $\nu$
- is_circular :
- 0
array([[[1597.08498125, 1708.49909937, 1820.2801414 , ..., 2830.62399585, 2942.99400737, 3055.34168806], [1585.77899005, 1697.5341181 , 1809.12212652, ..., 2817.83182927, 2929.74181117, 3041.70684117], [1584.36239873, 1692.9447426 , 1782.3033137 , ..., 2804.1039897 , 2935.78592602, 3025.34049877], ..., [1655.89960615, 1767.73490158, 1879.14906887, ..., 2873.89646559, 2984.65384597, 3095.85930106], [1694.24413879, 1806.09449231, 1918.29220239, ..., 2927.767488 , 3038.89388306, 3149.57455002], [1693.74810444, 1805.59870057, 1917.71942828, ..., 2931.57884199, 3043.36946502, 3155.9841552 ]]]) - nu_bkg(chain, draw, n)float641.6e+03 1.711e+03 ... 3.152e+03
- unit :
- uHz
- symbol :
- $\nu_\mathrm{bkg}$
- is_circular :
- 0
array([[[1599.5510611 , 1711.46150053, 1823.37193995, ..., 2830.5658948 , 2942.47633423, 3054.38677365], [1587.39282455, 1699.16331073, 1810.93379691, ..., 2816.86817254, 2928.63865872, 3040.4091449 ], [1576.68811529, 1688.608464 , 1800.52881271, ..., 2807.81195107, 2919.73229977, 3031.65264848], ..., [1652.21476562, 1763.83626771, 1875.4577698 , ..., 2880.0512886 , 2991.67279069, 3103.29429278], [1693.12258748, 1804.88197667, 1916.64136587, ..., 2922.47586864, 3034.23525784, 3145.99464704], [1696.92415755, 1808.84404504, 1920.76393253, ..., 2928.04291993, 3039.96280742, 3151.88269491]]]) - nu_bkg_pred(chain, draw, n_pred)float641.6e+03 1.605e+03 ... 3.152e+03
- unit :
- uHz
- symbol :
- $\nu_\mathrm{bkg}$
- is_circular :
- 0
array([[[1599.5510611 , 1605.3937748 , 1611.23648851, ..., 3042.70134624, 3048.54405995, 3054.38677365], [1587.39282455, 1593.22823146, 1599.06363837, ..., 3028.73833108, 3034.57373799, 3040.4091449 ], [1576.68811529, 1582.53134635, 1588.37457741, ..., 3019.96618637, 3025.80941742, 3031.65264848], ..., [1652.21476562, 1658.04239424, 1663.87002286, ..., 3091.63903553, 3097.46666416, 3103.29429278], [1693.12258748, 1698.95741503, 1704.79224257, ..., 3134.32499194, 3140.15981949, 3145.99464704], [1696.92415755, 1702.76736453, 1708.6105715 , ..., 3140.19628096, 3146.03948793, 3151.88269491]]]) - nu_max(chain, draw)float642.364e+03 2.34e+03 ... 2.313e+03
- unit :
- uHz
- symbol :
- $\nu_\mathrm{max}$
- is_circular :
- 0
array([[2364.30396407, 2339.5734415 , 2397.4568766 , 2370.60086988, 2383.05641648, 2288.19092297, 2320.1920694 , 2350.30325944, 2362.53889188, 2364.79163315, 2352.80073674, 2328.9288297 , 2349.44363139, 2348.3410295 , 2370.42552198, 2387.43717721, 2373.86545656, 2356.63429026, 2367.79082714, 2380.20568399, 2407.59079805, 2356.55434092, 2342.64349761, 2357.62746585, 2310.10442407, 2391.75847823, 2391.73130649, 2350.42303714, 2355.3782196 , 2349.75108893, 2341.61062418, 2389.19444963, 2353.20227017, 2373.33882618, 2374.70379636, 2338.14787281, 2359.78395417, 2361.37061926, 2352.90982537, 2399.54799233, 2400.90455736, 2340.11433097, 2386.05254829, 2345.58350161, 2336.25194627, 2349.61557057, 2339.01384558, 2353.26683283, 2359.57184859, 2370.53166088, 2400.04424092, 2329.97872964, 2342.50917684, 2342.99074569, 2372.194575 , 2333.20347059, 2302.12236592, 2371.47632416, 2389.90913224, 2356.19413322, 2355.44289718, 2393.32654128, 2352.63696282, 2332.25594395, 2337.68496849, 2383.54187883, 2374.68121361, 2374.6480892 , 2355.10653274, 2377.96614167, 2398.13452545, 2353.89590305, 2322.89029475, 2316.58538583, 2365.40257834, 2310.16379321, 2350.63438479, 2353.43938244, 2356.22168405, 2340.84203668, ... 2346.37448123, 2359.73092094, 2377.05322587, 2354.50282705, 2363.67963461, 2365.96944102, 2349.63539622, 2359.11960614, 2363.15585417, 2344.3303839 , 2343.78067421, 2337.20189564, 2337.9842005 , 2343.01725831, 2375.57274254, 2400.82245159, 2330.25659037, 2349.72444073, 2332.04392545, 2365.79920374, 2334.53506828, 2379.76696387, 2386.439724 , 2388.55127638, 2333.65899906, 2364.74263724, 2312.09061038, 2365.09173377, 2335.42871413, 2336.80636669, 2342.58637295, 2368.28805106, 2369.51763597, 2328.68872112, 2344.65758585, 2325.8753629 , 2373.05843238, 2359.7274959 , 2345.91115322, 2347.07451515, 2349.54655422, 2343.70167688, 2388.80414698, 2376.90522317, 2348.04499298, 2362.92617893, 2384.60427138, 2416.82987191, 2308.78798329, 2350.40325212, 2374.66739469, 2376.99719844, 2345.80446669, 2402.7226814 , 2340.13888939, 2360.49742287, 2341.63175997, 2332.36511915, 2394.28326417, 2363.26224704, 2388.74411364, 2369.09053378, 2355.05066533, 2333.55288442, 2349.3380381 , 2343.03760723, 2361.85241116, 2287.97518734, 2372.83480466, 2378.96977209, 2358.8022017 , 2352.90275494, 2325.16205831, 2342.42812548, 2316.63542892, 2366.83719533, 2340.30361271, 2380.65525119, 2308.37142188, 2313.3842654 ]]) - nu_pred(chain, draw, n_pred)float641.597e+03 1.603e+03 ... 3.156e+03
- unit :
- uHz
- symbol :
- $\nu$
- is_circular :
- 0
array([[[1597.0859971 , 1602.9105434 , 1608.73477523, ..., 3043.60676153, 3049.47434935, 3055.34506304], [1585.77796905, 1591.60507491, 1597.43959508, ..., 3030.02146302, 3035.86085465, 3041.70583137], [1584.35927758, 1590.91835273, 1597.39584608, ..., 3017.15153477, 3021.24786005, 3025.34270375], ..., [1655.89986985, 1661.7356823 , 1667.57403464, ..., 3084.22225766, 3090.04171745, 3095.85980418], [1694.24549908, 1700.07273969, 1705.90164656, ..., 3138.0322725 , 3143.80368456, 3149.57022545], [1693.75004491, 1699.56967782, 1705.38651357, ..., 3144.21961508, 3150.09986761, 3155.98092005]]]) - phi_cz(chain, draw)float642.202 0.688 3.082 ... 2.708 -2.846
- unit :
- rad
- symbol :
- $\phi_\mathrm{BCZ}$
- is_circular :
- 0
array([[ 2.20241762e+00, 6.88003286e-01, 3.08229579e+00, -1.63560886e+00, -2.50367983e+00, -1.88908211e+00, 2.20075497e+00, -2.98900300e+00, 2.86078740e+00, -2.93951054e+00, -7.16548294e-01, -3.23006157e-01, 2.13932714e+00, 1.99654637e+00, 2.90550563e+00, 1.58659519e+00, -2.97579825e+00, -2.90681061e+00, -2.88373357e+00, 2.11443436e+00, -2.62167940e+00, -1.26228187e+00, 1.81442931e-01, 7.36357206e-01, -1.84553117e+00, 2.91548367e+00, 1.92107807e-01, 2.13088847e+00, 2.47731808e+00, -2.53693582e+00, 7.58796003e-01, 1.76541490e+00, 3.04135086e+00, 1.16506438e+00, -9.80015229e-01, -1.03063283e+00, -1.54048880e+00, -1.41209175e+00, 2.79970898e+00, 4.71937411e-01, -1.45856249e+00, 1.45115278e+00, -2.96013098e+00, -1.20561841e+00, 1.58104914e+00, -1.77210090e-01, 6.10832234e-01, -2.30677914e-01, -8.75060813e-01, -2.54519208e+00, 1.13975287e+00, -2.42270235e+00, -2.60888448e+00, 2.85850613e+00, -5.64582582e-01, 2.55145330e+00, -1.44606556e+00, -2.36373212e+00, 2.12256511e+00, -1.26255781e+00, ... 1.50770336e+00, -2.64996937e+00, -3.59401714e-01, -1.30410534e+00, 2.48359050e-01, -1.68480816e+00, 5.03381946e-01, 1.73856053e+00, 6.14582187e-01, 2.94851090e-01, 2.95314733e+00, 1.13645819e+00, -3.04369658e+00, -2.32230644e+00, 1.04530360e+00, -3.70849636e-01, 5.79651983e-01, 2.13815417e-01, 1.97811778e+00, 1.05285928e+00, -2.02698243e-01, 2.99071202e+00, 2.39550828e+00, -8.24446444e-01, -2.37741795e+00, -1.31542577e+00, 4.76559396e-01, 2.01992335e+00, -1.30109416e+00, 2.04420992e+00, -1.22620305e+00, 8.48867529e-01, 1.03418161e+00, -1.40396989e+00, 2.57037768e+00, 4.10022706e-01, -1.33376494e+00, -1.17826919e+00, 1.45781304e+00, -5.81435321e-01, 3.05571123e+00, 2.27922350e+00, 1.80913291e+00, -3.65694493e-01, -2.78428405e+00, -1.09045893e+00, -2.32584732e+00, 1.65989371e+00, -2.22047972e+00, 7.68021313e-01, 1.45152328e+00, 2.32640338e+00, 4.58336870e-01, 1.73175097e+00, -8.12095740e-01, -6.67505358e-01, 2.70801099e+00, -2.84618147e+00]]) - phi_he(chain, draw)float640.3414 0.3522 ... -2.236 0.1346
- unit :
- rad
- symbol :
- $\phi_\mathrm{He}$
- is_circular :
- 0
array([[ 0.34142223, 0.35216499, 3.11695699, -1.99933034, -1.63442608, 1.24854678, -2.12682078, 0.98615947, 0.57235797, -1.82694689, 2.00432372, -0.81545933, -1.5816765 , -1.23318167, -1.71916858, -0.17685801, -2.06886686, -2.34684146, 1.1538662 , 2.02490633, -3.01869631, 1.52474785, -1.66031982, 2.06312855, 1.25066102, -2.92219767, -1.0558686 , -2.95176543, -1.73468197, -0.69811629, 2.68636218, 2.74283995, -2.01215443, -1.32960794, -0.81035916, -2.45860514, -0.20726637, 1.9622431 , -2.53738192, -0.4401016 , -2.90952279, -1.6776332 , 0.34502512, -0.9406784 , 0.25465871, 2.44475649, 0.94177033, 2.22610783, 2.51942254, -0.02061211, -0.17893106, -2.42484019, -0.10318743, -1.74485944, -3.00605277, -1.3985744 , 1.15816388, 3.02464905, -0.73882431, -0.11872531, -1.33142981, 1.97543868, -2.9775628 , 2.21054537, 1.79589909, -2.48365038, 2.53010882, -0.64293329, 2.09421332, 2.68770157, -0.31427358, 3.04182463, 2.7441413 , -2.43596351, -1.18330144, -0.5314672 , -0.19760693, 2.18137782, -1.01384796, 1.45428553, -3.10495157, 0.63900936, -0.56614561, -2.51407043, -0.98434931, -1.6908696 , 1.56160953, 1.64204095, -1.89497172, 0.09269759, 0.31821949, 0.25678881, -3.04061286, 0.16320667, 1.50918978, 3.01122067, 2.85801191, -1.1767014 , -1.1940172 , -0.41713805, ... 1.84040387, -0.56297698, -1.75726881, -1.35497677, -1.69646184, 0.8448668 , 0.13078746, 1.23821283, 1.23924128, 0.70354838, 0.83482275, 0.16354567, 0.42633602, 1.78909891, 1.9198306 , 2.0128445 , 1.33436559, 1.68656648, 1.81544558, -0.55704309, 0.55414156, -2.89402442, -2.00855839, -0.57351345, 2.99098183, -1.20664179, -1.95069127, 2.67136103, -2.22177179, 1.95083827, 0.1235492 , -0.96614945, -2.20445107, -2.92561572, 1.75820394, 1.92293708, -3.04178637, -3.02120648, -1.73484466, 1.36104586, 1.89333244, 1.96869796, 1.06301216, 1.92221959, 2.24475745, 0.51744293, -1.79763102, -3.02102238, 1.1354418 , -2.16426755, 0.87140461, 3.02429784, -2.54843529, -1.52521107, 1.21223676, -0.46945302, 0.3567383 , 0.4591878 , -3.11755592, -1.49613636, 1.07683221, 2.72505226, -2.00398923, 1.63512537, -0.26933709, 0.06718999, -2.75168808, 2.37510363, 0.60802471, 0.34649419, 1.91487294, -2.32128284, 1.57630583, 2.85781451, 2.66089007, 1.06646608, 1.78821462, -3.14034936, 2.89360731, -1.79578918, -1.18577532, -1.06727422, -2.70806573, -1.12355264, 2.83320985, -1.93836746, 1.35333974, -2.73673883, 2.89360223, -0.46994157, 0.7612545 , -0.56118523, -0.47454418, 0.51454226, 1.49098131, 3.06988055, -2.69406436, 2.55369823, -2.23560458, 0.134616 ]]) - tau_cz(chain, draw)float640.00273 0.002726 ... 0.004263
- unit :
- Ms
- symbol :
- $\tau_\mathrm{BCZ}$
- is_circular :
- 0
array([[0.00273038, 0.00272568, 0.00551188, 0.00421167, 0.00265324, 0.00544635, 0.00410765, 0.00413649, 0.00493548, 0.01204671, 0.00323646, 0.00517393, 0.00260912, 0.0029033 , 0.0028943 , 0.00698899, 0.00426013, 0.00337646, 0.0060859 , 0.0077577 , 0.00565359, 0.004098 , 0.00405959, 0.00343778, 0.00403837, 0.00330089, 0.00462995, 0.00285587, 0.0060111 , 0.00319892, 0.00187115, 0.00458328, 0.00356654, 0.00673329, 0.00524984, 0.00434609, 0.0059236 , 0.00414497, 0.0039252 , 0.00425315, 0.0054204 , 0.00428155, 0.00581312, 0.00193613, 0.0048211 , 0.0031448 , 0.00376143, 0.00673924, 0.00305346, 0.00527252, 0.00533739, 0.00432345, 0.00272186, 0.00708062, 0.00489647, 0.00411426, 0.00628435, 0.00395255, 0.0033701 , 0.00425852, 0.00512333, 0.00539155, 0.00446468, 0.00469704, 0.00646807, 0.00493168, 0.00433726, 0.00327536, 0.00231637, 0.00438973, 0.0065032 , 0.00395603, 0.00333033, 0.00536862, 0.00461353, 0.00377543, 0.00450397, 0.0044409 , 0.00277057, 0.00484684, 0.00227258, 0.00609175, 0.00589907, 0.00776828, 0.00484632, 0.00375474, 0.00348535, 0.00431635, 0.0044539 , 0.00196523, 0.00756512, 0.00478764, 0.00328833, 0.0053054 , 0.00619651, 0.00305388, 0.00267227, 0.00368868, 0.00176243, 0.00237674, ... 0.00337403, 0.0029051 , 0.00446681, 0.00279651, 0.00602255, 0.00288236, 0.00512322, 0.00229852, 0.00245736, 0.00536747, 0.00316036, 0.00641844, 0.00586205, 0.00284106, 0.00719188, 0.00494035, 0.00521565, 0.00267922, 0.00367014, 0.00307918, 0.00473881, 0.00434312, 0.00537414, 0.00333323, 0.0043345 , 0.00226153, 0.00441129, 0.0044101 , 0.00454864, 0.0043039 , 0.00267372, 0.00435162, 0.0022796 , 0.00623969, 0.00512485, 0.00531583, 0.00335878, 0.0061181 , 0.00235398, 0.00338973, 0.00334111, 0.00427836, 0.00269139, 0.0029502 , 0.00483779, 0.00316698, 0.00365922, 0.00417726, 0.00323672, 0.00333259, 0.00437114, 0.00603671, 0.00297735, 0.00403634, 0.00410785, 0.00353291, 0.00832511, 0.00476001, 0.00370952, 0.00249894, 0.00714559, 0.00537275, 0.00365762, 0.005206 , 0.00549507, 0.00241563, 0.00455349, 0.00363416, 0.00462663, 0.00356333, 0.00853194, 0.00566259, 0.00516253, 0.003365 , 0.00180977, 0.00459143, 0.0050657 , 0.00412983, 0.00360416, 0.00552263, 0.00485033, 0.00264743, 0.0053683 , 0.00317672, 0.00257912, 0.00316279, 0.00312318, 0.0018681 , 0.00513622, 0.00401184, 0.00484862, 0.00393001, 0.00295989, 0.00266011, 0.00432388, 0.00354743, 0.00431412, 0.00714183, 0.00292728, 0.00426346]]) - tau_he(chain, draw)float640.001132 0.001154 ... 0.001112
- unit :
- Ms
- symbol :
- $\tau_\mathrm{He}$
- is_circular :
- 0
array([[0.0011323 , 0.0011544 , 0.00115702, 0.00094369, 0.001255 , 0.001297 , 0.00151684, 0.00136879, 0.00157518, 0.00119123, 0.00118518, 0.00131266, 0.0010447 , 0.00125527, 0.00111923, 0.00141379, 0.00133335, 0.00119343, 0.00127454, 0.00127912, 0.00097278, 0.00119665, 0.00078584, 0.00071643, 0.0010283 , 0.00086535, 0.00090824, 0.00087294, 0.00103768, 0.00111835, 0.0012267 , 0.00118885, 0.00123178, 0.00109742, 0.00101147, 0.00100422, 0.00112002, 0.00106987, 0.00088531, 0.00157455, 0.00090348, 0.00112596, 0.00093699, 0.00147077, 0.00138909, 0.00107473, 0.00151249, 0.00103733, 0.00104728, 0.00091401, 0.00222448, 0.00107698, 0.00096565, 0.00101522, 0.00126782, 0.00098151, 0.00175798, 0.00072942, 0.00099899, 0.00117161, 0.000963 , 0.0016289 , 0.00131093, 0.00134916, 0.00085365, 0.00077584, 0.00159127, 0.00106216, 0.00114466, 0.00107406, 0.00140797, 0.00083693, 0.00103552, 0.001417 , 0.00094724, 0.0010213 , 0.00117471, 0.00099494, 0.00082774, 0.00193 , 0.00083705, 0.00137172, 0.00093734, 0.00066635, 0.00108455, 0.00104836, 0.00188033, 0.00107294, 0.00102847, 0.00117619, 0.0010459 , 0.00121798, 0.00127885, 0.00092616, 0.00090853, 0.00102302, 0.00114289, 0.00075779, 0.00102684, 0.00094815, ... 0.00095457, 0.00116021, 0.00075058, 0.00155516, 0.00141682, 0.00100691, 0.00133933, 0.00119637, 0.00102105, 0.00113714, 0.00137749, 0.00110516, 0.00096337, 0.00108548, 0.00139662, 0.00105719, 0.00133022, 0.00107372, 0.00096972, 0.00113704, 0.00101161, 0.00110119, 0.00064932, 0.00114525, 0.00160881, 0.00122411, 0.00089196, 0.00121534, 0.00098666, 0.00149024, 0.00115424, 0.00094419, 0.00106021, 0.00095709, 0.0015663 , 0.00127808, 0.00086292, 0.00135638, 0.00141211, 0.00077079, 0.00106568, 0.000901 , 0.00099567, 0.00106423, 0.00131241, 0.00092204, 0.00148506, 0.00067438, 0.00147414, 0.00108378, 0.00144077, 0.00128069, 0.00083891, 0.00145535, 0.00168887, 0.00087831, 0.00167519, 0.00130435, 0.00215059, 0.00110408, 0.00105632, 0.00089057, 0.00124209, 0.00206052, 0.00071506, 0.00059642, 0.00146535, 0.0008006 , 0.00140196, 0.00096404, 0.00100475, 0.00095687, 0.00133149, 0.00112694, 0.00132694, 0.00101439, 0.00125367, 0.00133685, 0.00165266, 0.00112573, 0.00144693, 0.00105434, 0.00182333, 0.00099395, 0.00141291, 0.0009067 , 0.0009157 , 0.00117282, 0.00113798, 0.00083121, 0.00182752, 0.00147247, 0.00117701, 0.00089852, 0.00127359, 0.00109161, 0.00121546, 0.00134033, 0.00163305, 0.00111163]])
- created_at :
- 2022-05-06T12:05:24.130092
- arviz_version :
- 0.11.4
<xarray.Dataset> Dimensions: (chain: 1, draw: 1000, n: 14, n_pred: 250) Coordinates: * chain (chain) int64 0 * draw (draw) int64 0 1 2 3 4 5 6 7 ... 993 994 995 996 997 998 999 * n (n) int64 13 14 15 16 17 18 19 20 21 22 23 24 25 26 * n_pred (n_pred) float64 13.0 13.05 13.1 13.16 ... 25.9 25.95 26.0 Data variables: (12/27) a_cz (chain, draw) float64 1.533e+05 2.448e+05 ... 8.224e+04 a_he (chain, draw) float64 5.208e-06 4.702e-05 ... 0.0003259 b_he (chain, draw) float64 4.625e-09 6.692e-08 ... 5.688e-08 cz_amplitude (chain, draw) float64 0.03142 0.05075 ... 0.01322 0.01539 cz_nu_max (chain, draw) float64 0.02742 0.04472 ... 0.01324 0.01537 delta_nu (chain, draw) float64 111.9 111.8 111.9 ... 111.6 111.8 111.9 ... ... nu_max (chain, draw) float64 2.364e+03 2.34e+03 ... 2.313e+03 nu_pred (chain, draw, n_pred) float64 1.597e+03 ... 3.156e+03 phi_cz (chain, draw) float64 2.202 0.688 3.082 ... 2.708 -2.846 phi_he (chain, draw) float64 0.3414 0.3522 3.117 ... -2.236 0.1346 tau_cz (chain, draw) float64 0.00273 0.002726 ... 0.002927 0.004263 tau_he (chain, draw) float64 0.001132 0.001154 ... 0.001633 0.001112 Attributes: created_at: 2022-05-06T12:05:24.130092 arviz_version: 0.11.4xarray.Dataset -
- n: 14
- n(n)int6413 14 15 16 17 ... 22 23 24 25 26
array([13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26])
- nu(n)float641.601e+03 1.712e+03 ... 3.053e+03
- unit :
- uHz
- symbol :
- $\nu$
- is_circular :
- 0
array([1601.42919156, 1711.94260502, 1823.08134191, 1932.41344902, 2042.10242007, 2153.42600828, 2265.19705524, 2377.14416919, 2488.87448949, 2600.9706218 , 2713.62279006, 2826.57056208, 2939.58036448, 3053.21503524])
- created_at :
- 2022-05-06T12:05:24.132644
- arviz_version :
- 0.11.4
<xarray.Dataset> Dimensions: (n: 14) Coordinates: * n (n) int64 13 14 15 16 17 18 19 20 21 22 23 24 25 26 Data variables: nu (n) float64 1.601e+03 1.712e+03 1.823e+03 ... 2.94e+03 3.053e+03 Attributes: created_at: 2022-05-06T12:05:24.132644 arviz_version: 0.11.4xarray.Dataset -
- nu_err_dim_0: 14
- nu_err_dim_0(nu_err_dim_0)int640 1 2 3 4 5 6 7 8 9 10 11 12 13
array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13])
- nu_err(nu_err_dim_0)float640.5722 0.4164 ... 0.3386 0.483
- unit :
- symbol :
- is_circular :
- 0
array([5.72198344e-01, 4.16434127e-01, 2.86038937e-01, 1.81007332e-01, 9.94748044e-02, 4.17027255e-02, 8.55565859e-03, 3.78361795e-04, 1.72087208e-02, 5.92086931e-02, 1.26606938e-01, 2.19686184e-01, 3.38567162e-01, 4.82994170e-01])
- created_at :
- 2022-05-06T12:05:24.132790
- arviz_version :
- 0.11.4
<xarray.Dataset> Dimensions: (nu_err_dim_0: 14) Coordinates: * nu_err_dim_0 (nu_err_dim_0) int64 0 1 2 3 4 5 6 7 8 9 10 11 12 13 Data variables: nu_err (nu_err_dim_0) float64 0.5722 0.4164 0.286 ... 0.3386 0.483 Attributes: created_at: 2022-05-06T12:05:24.132790 arviz_version: 0.11.4xarray.Dataset -
- chain: 1
- draw: 2510
- n: 14
- chain(chain)int640
array([0])
- draw(draw)int640 1 2 3 4 ... 2506 2507 2508 2509
array([ 0, 1, 2, ..., 2507, 2508, 2509])
- n(n)int6413 14 15 16 17 ... 22 23 24 25 26
array([13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26])
- a_cz(chain, draw)float648.212e+05 3.393e+05 ... 3.663e+05
- unit :
- uHz3
- symbol :
- $a_\mathrm{BCZ}$
- is_circular :
- 0
array([[821185.11812386, 339333.38266608, 209687.80096386, ..., 354924.34126864, 430111.57379898, 366343.85633745]]) - a_he(chain, draw)float640.02791 0.01011 ... 0.003764
- unit :
- symbol :
- $a_\mathrm{He}$
- is_circular :
- 0
array([[2.79058750e-02, 1.01093644e-02, 5.42804428e-05, ..., 3.56652558e-03, 3.45402624e-03, 3.76420692e-03]]) - b_he(chain, draw)float644.455e-07 7.565e-07 ... 5.682e-07
- unit :
- Ms2
- symbol :
- $b_\mathrm{He}$
- is_circular :
- 0
array([[4.45488853e-07, 7.56464557e-07, 6.68464531e-07, ..., 5.46958735e-07, 5.42284543e-07, 5.68154451e-07]]) - cz_amplitude(chain, draw)float640.1679 0.0694 ... 0.08797 0.07492
- unit :
- uHz
- symbol :
- $\langle A_\mathrm{BCZ} \rangle$
- is_circular :
- 0
array([[0.16794843, 0.06940032, 0.04288526, ..., 0.07258897, 0.08796623, 0.07492449]]) - cz_nu_max(chain, draw)float640.1463 0.06342 ... 0.07656 0.06587
- unit :
- uHz
- symbol :
- $A_\mathrm{BCZ}(\nu_\max)$
- is_circular :
- 0
array([[0.14625222, 0.06341504, 0.03794603, ..., 0.06424191, 0.07655946, 0.06587335]]) - delta_nu(chain, draw)float64111.9 112.2 112.0 ... 111.7 111.7
- unit :
- uHz
- symbol :
- $\Delta\nu$
- is_circular :
- 0
array([[111.8654004 , 112.19410539, 111.95209035, ..., 111.706978 , 111.69305691, 111.6786478 ]]) - dnu_cz(chain, draw, n)float640.1571 -0.2195 ... 0.03539 -0.01737
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{BCZ}$
- is_circular :
- 0
array([[[ 0.15714766, -0.21949312, 0.19514652, ..., -0.08298329, 0.0826939 , -0.05381966], [-0.04590197, -0.05767815, -0.06338238, ..., 0.00742633, 0.01458936, 0.01989968], [ 0.06123979, -0.0441589 , 0.007793 , ..., 0.01116731, -0.01992369, 0.01688128], ..., [ 0.1078906 , -0.0460787 , -0.01189559, ..., -0.0441916 , 0.0374285 , -0.02293737], [ 0.1631399 , -0.13421926, 0.06203399, ..., -0.04181523, 0.01167843, 0.01872207], [ 0.12649891, -0.06586805, 0.00264643, ..., -0.0456913 , 0.03538936, -0.01737349]]]) - dnu_he(chain, draw, n)float643.61 6.756 ... 0.07987 0.02949
- unit :
- uHz
- symbol :
- $\delta\nu_\mathrm{He}$
- is_circular :
- 0
array([[[ 3.61010284e+00, 6.75605483e+00, -9.34272461e+00, ..., -1.30715017e+00, 1.01136720e+00, -9.46376414e-02], [-2.22834174e-01, 6.09683240e-01, 6.54905189e-01, ..., -1.14566783e-02, -1.00202779e-02, -2.88731042e-03], [ 8.38965972e-03, -4.24663913e-03, -5.82085482e-03, ..., -9.82014728e-05, 1.79261175e-04, 6.04622926e-05], ..., [-6.69186389e-01, 7.93754527e-01, 9.97172082e-01, ..., 1.55388080e-02, 8.96083260e-02, 3.87234183e-02], [-7.25619356e-01, 7.40889669e-01, 9.88951465e-01, ..., 3.19211487e-02, 9.28463552e-02, 2.97049300e-02], [-7.46685366e-01, 7.35995108e-01, 9.92983572e-01, ..., 2.05586470e-02, 7.98744487e-02, 2.94948397e-02]]]) - epsilon(chain, draw)float642.888 4.156 3.451 ... 1.329 1.339
- unit :
- symbol :
- $\epsilon$
- is_circular :
- 0
array([[2.88815784, 4.1561179 , 3.45078923, ..., 1.32908773, 1.32936691, 1.33920237]]) - he_amplitude(chain, draw)float646.543 0.6574 ... 0.532 0.52
- unit :
- uHz
- symbol :
- $\langle A_\mathrm{He} \rangle$
- is_circular :
- 0
array([[6.54343519e+00, 6.57419170e-01, 4.98127946e-03, ..., 5.38580608e-01, 5.31997399e-01, 5.20034534e-01]]) - he_nu_max(chain, draw)float645.421 0.4083 ... 0.3891 0.3767
- unit :
- uHz
- symbol :
- $A_\mathrm{He}(\nu_\max)$
- is_circular :
- 0
array([[5.42050834e+00, 4.08308237e-01, 3.17399451e-03, ..., 4.08351582e-01, 3.89057014e-01, 3.76724394e-01]]) - log_a_cz(chain, draw)float645.914 5.531 5.322 ... 5.634 5.564
- unit :
- dex(uHz3)
- symbol :
- $\log\,a_\mathrm{BCZ}$
- is_circular :
- 0
array([[5.91444107, 5.53062659, 5.32157317, ..., 5.55013578, 5.63358113, 5.56388891]]) - log_a_he(chain, draw)float64-1.554 -1.995 ... -2.462 -2.424
- unit :
- dex(1)
- symbol :
- $\log\,a_\mathrm{He}$
- is_circular :
- 0
array([[-1.55430436, -1.99527615, -4.26535662, ..., -2.44775466, -2.46167437, -2.42432651]]) - log_b_he(chain, draw)float64-6.351 -6.121 ... -6.266 -6.246
- unit :
- dex(Ms2)
- symbol :
- $\log\,b_\mathrm{He}$
- is_circular :
- 0
array([[-6.35116316, -6.12121142, -6.17492163, ..., -6.26204544, -6.26577277, -6.24553359]]) - log_tau_cz(chain, draw)float64-2.203 -2.369 ... -2.568 -2.149
- unit :
- dex(Ms)
- symbol :
- $\log\,\tau_\mathrm{BCZ}$
- is_circular :
- 0
array([[-2.20304231, -2.3692017 , -2.55540179, ..., -2.15046974, -2.56788148, -2.14907184]]) - log_tau_he(chain, draw)float64-2.813 -3.175 ... -3.062 -3.064
- unit :
- dex(Ms)
- symbol :
- $\log\,\tau_\mathrm{He}$
- is_circular :
- 0
array([[-2.81341042, -3.17504927, -2.97687368, ..., -3.06858383, -3.06235964, -3.06437158]]) - nu_bkg(chain, draw, n)float641.777e+03 1.889e+03 ... 3.053e+03
- unit :
- uHz
- symbol :
- $\nu_\mathrm{bkg}$
- is_circular :
- 0
array([[[1777.33513864, 1889.20053903, 2001.06593943, ..., 3007.85454301, 3119.71994341, 3231.58534381], [1924.81529979, 2037.00940518, 2149.20351057, ..., 3158.95045908, 3271.14456447, 3383.33866986], [1841.70024183, 1953.65233217, 2065.60442252, ..., 3073.17323563, 3185.12532598, 3297.07741632], ..., [1600.65908759, 1712.36606559, 1824.0730436 , ..., 2829.4358456 , 2941.1428236 , 3052.8498016 ], [1600.49079424, 1712.18385114, 1823.87690805, ..., 2829.11442023, 2940.80747714, 3052.50053405], [1601.38273143, 1713.06137923, 1824.74002704, ..., 2829.84785728, 2941.52650508, 3053.20515288]]]) - nu_max(chain, draw)float642.37e+03 2.313e+03 ... 2.358e+03
- unit :
- uHz
- symbol :
- $\nu_\mathrm{max}$
- is_circular :
- 0
array([[2369.568647 , 2313.22121352, 2350.73360172, ..., 2350.49143227, 2370.23357419, 2358.24849505]]) - phi_cz(chain, draw)float640.7841 2.919 ... -2.8 -2.485
- unit :
- rad
- symbol :
- $\phi_\mathrm{BCZ}$
- is_circular :
- 0
array([[ 0.78412385, 2.91855736, -0.15550336, ..., -1.7667797 , -2.80046439, -2.48465061]]) - phi_he(chain, draw)float64-2.604 2.496 ... 0.8728 0.9375
- unit :
- rad
- symbol :
- $\phi_\mathrm{He}$
- is_circular :
- 0
array([[-2.60388964, 2.49556963, 2.92060841, ..., 1.17733946, 0.8728465 , 0.93749898]]) - tau_cz(chain, draw)float640.006266 0.004274 ... 0.007095
- unit :
- Ms
- symbol :
- $\tau_\mathrm{BCZ}$
- is_circular :
- 0
array([[0.00626553, 0.00427364, 0.00278354, ..., 0.0070718 , 0.0027047 , 0.0070946 ]]) - tau_he(chain, draw)float640.001537 0.0006683 ... 0.0008622
- unit :
- Ms
- symbol :
- $\tau_\mathrm{He}$
- is_circular :
- 0
array([[0.0015367 , 0.00066827, 0.00105469, ..., 0.00085392, 0.00086624, 0.00086224]])
- created_at :
- 2022-05-06T12:05:24.139735
- arviz_version :
- 0.11.4
<xarray.Dataset> Dimensions: (chain: 1, draw: 2510, n: 14) Coordinates: * chain (chain) int64 0 * draw (draw) int64 0 1 2 3 4 5 6 ... 2504 2505 2506 2507 2508 2509 * n (n) int64 13 14 15 16 17 18 19 20 21 22 23 24 25 26 Data variables: (12/22) a_cz (chain, draw) float64 8.212e+05 3.393e+05 ... 3.663e+05 a_he (chain, draw) float64 0.02791 0.01011 ... 0.003454 0.003764 b_he (chain, draw) float64 4.455e-07 7.565e-07 ... 5.682e-07 cz_amplitude (chain, draw) float64 0.1679 0.0694 ... 0.08797 0.07492 cz_nu_max (chain, draw) float64 0.1463 0.06342 ... 0.07656 0.06587 delta_nu (chain, draw) float64 111.9 112.2 112.0 ... 111.7 111.7 111.7 ... ... nu_bkg (chain, draw, n) float64 1.777e+03 1.889e+03 ... 3.053e+03 nu_max (chain, draw) float64 2.37e+03 2.313e+03 ... 2.358e+03 phi_cz (chain, draw) float64 0.7841 2.919 -0.1555 ... -2.8 -2.485 phi_he (chain, draw) float64 -2.604 2.496 2.921 ... 0.8728 0.9375 tau_cz (chain, draw) float64 0.006266 0.004274 ... 0.002705 0.007095 tau_he (chain, draw) float64 0.001537 0.0006683 ... 0.0008622 Attributes: created_at: 2022-05-06T12:05:24.139735 arviz_version: 0.11.4xarray.Dataset
[34]:
ast.plot_glitch(data);
[35]:
ast.plot_glitch(data, kind='He');
[36]:
ast.plot_glitch(data, kind='CZ');
[37]:
ast.plot_echelle(data, kind='glitchless');
[38]:
ast.plot_corner(data, var_names=glitch_names);
[39]:
ast.plot_corner(data, var_names=['delta_nu', 'epsilon', 'he_amplitude', 'cz_amplitude']);
[40]:
ast.get_table(data, dims=())
[40]:
| a_cz | a_he | b_he | cz_amplitude | cz_nu_max | delta_nu | epsilon | he_amplitude | he_nu_max | log_a_cz | log_a_he | log_b_he | log_tau_cz | log_tau_he | nu_max | phi_cz | phi_he | tau_cz | tau_he | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| metric | |||||||||||||||||||
| mean | 314400.0 | 0.00461 | 6.220000e-07 | 0.0643 | 0.0565 | 111.830 | 1.3137 | 0.492 | 0.329 | 5.484 | -2.358 | -6.209 | -2.298 | -3.0561 | 2358.9 | 0.18 | 0.39 | 0.00544 | 0.000880 |
| sd | 80300.0 | 0.00146 | 6.500000e-08 | 0.0164 | 0.0146 | 0.082 | 0.0225 | 0.062 | 0.050 | 0.110 | 0.137 | 0.046 | 0.186 | 0.0192 | 19.2 | 1.70 | 1.07 | 0.00182 | 0.000039 |
| 16th | 234900.0 | 0.00323 | 5.560000e-07 | 0.0480 | 0.0420 | 111.750 | 1.2900 | 0.433 | 0.278 | 5.371 | -2.491 | -6.255 | -2.585 | -3.0759 | 2342.3 | -1.91 | -0.69 | 0.00260 | 0.000840 |
| 50th | 308300.0 | 0.00444 | 6.210000e-07 | 0.0630 | 0.0552 | 111.830 | 1.3154 | 0.490 | 0.330 | 5.489 | -2.352 | -6.207 | -2.200 | -3.0569 | 2358.9 | 0.32 | 0.49 | 0.00631 | 0.000877 |
| 84th | 396000.0 | 0.00605 | 6.890000e-07 | 0.0810 | 0.0707 | 111.905 | 1.3361 | 0.550 | 0.376 | 5.598 | -2.219 | -6.162 | -2.158 | -3.0369 | 2376.7 | 2.09 | 1.48 | 0.00695 | 0.000919 |
[41]:
data.to_netcdf('data/obs_inference_data.nc')
[41]:
'data/obs_inference_data.nc'
[ ]: