Struct stochastic::gaussian::fractional::Noise [] [src]

pub struct Noise { /* fields omitted */ }

A fractional Gaussian noise.

Methods

impl Noise
[src]

Create a fractional Gaussian noise.

Generate a sample path.

Trait Implementations

impl Process for Noise
[src]

The index set.

The state space.

Compute the covariance.

Compute the variance.

impl Stationary for Noise
[src]

The distance between two indices.

Compute the covariance.

Compute the variance.