Skip to main content

A simple function to compute the running optimal average and effective no. of parameters.

Project description

Running-Optimal-Average

The running optimal average is a smooth/flexible model that can describe time series data. This uses a Gaussian window function that moves through the data giving stronger weights to points close to the centre of the Gaussian. Therefore the width of the window function, delta, controls the flexibility of the model, with a small delta providing a very flexible model.

The function also calculates the effective no. of parameters as a very flexible model will correspond to large no. of parameters while a rigid model (low delta) has a low effective no. of parameters.

An error envelope is also calculated for the model.

Usage:

t, model, errs, P = RunningOptimalAverage(t_data, Flux, Flux_err, delta)

Calculate running optimal average on a fine grid of 1000 equally spaced points over the range of data. Also returns errors and effective number of parameters.

Import using:

from ROA import RunningOptimalAverage

Parameters

t_data : float array : Time values of the data points

Flux : float array : Flux data values

Flux_err : float array : Errors for the flux data points

delta : float : Window width of the Gaussian memory function - controls how flexible the model is

Returns

t : float array : Time values of the grid used to calculate ROA

model : float array : Running optimal average's calculated for each time t

errs : float array : Errors of the running optimal average

P : float : Effective number of parameters for the model

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ROA-1.8.tar.gz (112.8 kB view hashes)

Uploaded Source

Built Distribution

ROA-1.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (396.8 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page