CFEL - ASG Software Suite
2.5.0
CASS
|
short description More...
Public Member Functions | |
PreAverage (float alpha) | |
constructor. More... | |
float | operator() (float currentValue, float Average_Nm1) |
operator. More... | |
Protected Attributes | |
float | _alpha |
![]() | |
|
inlineexplicit |
constructor.
initializes the value
alpha | The ![]() |
Definition at line 45 of file partial_covariance.cpp.
|
inline |
operator.
the operator calculates the previous average using the function
where when is equal to N it is a cumulative moving average.
Definition at line 56 of file partial_covariance.cpp.
|
protected |
for the average calculation
Definition at line 65 of file partial_covariance.cpp.