pub fn devsq<A: Sequence>(n: A) -> FnNumber1<A>Expand description
Calculates sum of squares of deviations.
Syntax:
DEVSQ({ N: NumberSequence}+ )Semantics: returns
where a is the result of calling AVERAGE(N).
See also:
pub fn devsq<A: Sequence>(n: A) -> FnNumber1<A>Calculates sum of squares of deviations.
Syntax:
DEVSQ({ N: NumberSequence}+ )Semantics: returns
where a is the result of calling AVERAGE(N).
See also: