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

Pre

A precondition

Post

A postcondition

Return

a returned value

Exceptions
  • An: exception

Parameters
  • a: parameter

Public Functions

ARMAfit(unsigned int P, unsigned int Q)

Constructor

~ARMAfit()

Destructor

ARMAfit &operator=(const ARMAfit &from)

Assignement operator

Return

a reference to a new object

Parameters
  • from: The instance to be assigned from