public class NullStorelessUnivariateStatistic extends Object implements StorelessUnivariateStatistic
Constructor and Description |
---|
NullStorelessUnivariateStatistic() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
StorelessUnivariateStatistic |
copy() |
double |
evaluate(double[] arg0) |
double |
evaluate(double[] arg0,
int arg1,
int arg2) |
long |
getN() |
double |
getResult() |
void |
increment(double arg0) |
void |
incrementAll(double[] arg0) |
void |
incrementAll(double[] arg0,
int arg1,
int arg2) |
public NullStorelessUnivariateStatistic()
public double evaluate(double[] arg0) throws MathIllegalArgumentException
evaluate
in interface UnivariateStatistic
evaluate
in interface MathArrays.Function
MathIllegalArgumentException
public double evaluate(double[] arg0, int arg1, int arg2) throws MathIllegalArgumentException
evaluate
in interface UnivariateStatistic
evaluate
in interface MathArrays.Function
MathIllegalArgumentException
public void clear()
clear
in interface StorelessUnivariateStatistic
public StorelessUnivariateStatistic copy()
copy
in interface StorelessUnivariateStatistic
copy
in interface UnivariateStatistic
public long getN()
getN
in interface StorelessUnivariateStatistic
public double getResult()
getResult
in interface StorelessUnivariateStatistic
public void increment(double arg0)
increment
in interface StorelessUnivariateStatistic
public void incrementAll(double[] arg0) throws MathIllegalArgumentException
incrementAll
in interface StorelessUnivariateStatistic
MathIllegalArgumentException
public void incrementAll(double[] arg0, int arg1, int arg2) throws MathIllegalArgumentException
incrementAll
in interface StorelessUnivariateStatistic
MathIllegalArgumentException
Copyright © 2017. All rights reserved.