dot Documentation

This is the documentation for dot.

Reference/API

dot Package

Functions

ab_dor_example_lc([path])

Return a LightCurve object with the first few TESS observations of the rapidly-rotating, spotted star AB Doradus.

load_light_curve(kic)

Load a light curve from its KIC number.

load_results(name)

Load a trace from a pickle file

save_results(name, model, trace, summary)

Save a trace to a pickle file.

test(**kwargs)

Run the tests for the package.

Classes

Model(light_curve, rotation_period, n_spots)

Construct a new instance of Model.

Class Inheritance Diagram

Inheritance diagram of dot.model.Model

dot.plots Module

Functions

corner(trace, **kwargs)

Make a corner plot from a trace

posterior_predictive(model, trace[, …])

Take draws from the posterior predictive given a trace and a model.

movie(results_dir, model, trace[, xsize, …])

Plot an animation of the light curve and the rotating stellar surface.

gp_from_posterior(model, trace_nuts, xnew, path)

Plot a GP regression with the mean model defined in model, drawn from the posterior distribution in trace_nuts, at times xnew.