ARMAfit

class ARMAfit

implement the ARMA fit to a PSD

Operations

void execute(Dvector &PSD)

Brief documentation for the execute method.

Start of the long documentation for execute method.

Declaration of execute operation

Throws:

An – exception

Parameters:

a – parameter

Pre:

A precondition

Post:

A postcondition

Returns:

a returned value

Public Functions

ARMAfit(unsigned int P, unsigned int Q)

Constructor

~ARMAfit()

Destructor

ARMAfit &operator=(const ARMAfit &from)

Assignement operator

Parameters:

from – The instance to be assigned from

Returns:

a reference to a new object