Uses of Class
pulse.search.statistics.SumOfSquares
-
Packages that use SumOfSquares Package Description pulse.search.statistics PULsE Statistical Kit. -
-
Uses of SumOfSquares in pulse.search.statistics
Subclasses of SumOfSquares in pulse.search.statistics Modifier and Type Class Description class
RangePenalisedLeastSquares
This is an experimental feature.class
RegularisedLeastSquares
This is an experimental feature.Methods in pulse.search.statistics that return SumOfSquares Modifier and Type Method Description SumOfSquares
RSquaredTest. getSumOfSquares()
Methods in pulse.search.statistics with parameters of type SumOfSquares Modifier and Type Method Description void
RSquaredTest. setSumOfSquares(SumOfSquares sos)
Constructors in pulse.search.statistics with parameters of type SumOfSquares Constructor Description SumOfSquares(SumOfSquares sos)
-