Uses of Interface
org.apache.commons.statistics.inference.SquareMatrixSupport.RealSquareMatrix
-
Packages that use SquareMatrixSupport.RealSquareMatrix Package Description org.apache.commons.statistics.inference Classes providing hypothesis testing. -
-
Uses of SquareMatrixSupport.RealSquareMatrix in org.apache.commons.statistics.inference
Classes in org.apache.commons.statistics.inference that implement SquareMatrixSupport.RealSquareMatrix Modifier and Type Class Description private static class
SquareMatrixSupport.ArrayRealSquareMatrix
Implementation ofSquareMatrixSupport.RealSquareMatrix
using adouble[]
array to store entries.Methods in org.apache.commons.statistics.inference that return SquareMatrixSupport.RealSquareMatrix Modifier and Type Method Description (package private) static SquareMatrixSupport.RealSquareMatrix
SquareMatrixSupport. create(int dimension, double[] data)
Creates a square matrix.private static SquareMatrixSupport.RealSquareMatrix
KolmogorovSmirnovDistribution.Two. createH(double x, int n)
CreatesH
of sizem x m
as described in [1].private SquareMatrixSupport.RealSquareMatrix
SquareMatrixSupport.ArrayRealSquareMatrix. identity()
Creates the identity matrix I with the same dimension asthis
.SquareMatrixSupport.RealSquareMatrix
SquareMatrixSupport.ArrayRealSquareMatrix. power(int n)
SquareMatrixSupport.RealSquareMatrix
SquareMatrixSupport.RealSquareMatrix. power(int n)
Returns the result of multiplyingthis
with itselfn
times.
-