Uses of Class
edu.cmu.tetrad.util.Vector
Packages that use Vector
Package
Description
-
Uses of Vector in edu.cmu.tetrad.cluster.metrics
Methods in edu.cmu.tetrad.cluster.metrics with parameters of type VectorModifier and TypeMethodDescriptiondouble
Dissimilarity.dissimilarity
(Vector v1, Vector v2) double
SquaredErrorLoss.dissimilarity
(Vector v1, Vector v2) -
Uses of Vector in edu.cmu.tetrad.data
Methods in edu.cmu.tetrad.data that return VectorModifier and TypeMethodDescriptionstatic Vector
static Vector
DataUtils.means
(double[][] data) Column major data.static Vector
Methods in edu.cmu.tetrad.data with parameters of type Vector -
Uses of Vector in edu.cmu.tetrad.regression
Methods in edu.cmu.tetrad.regression that return VectorModifier and TypeMethodDescriptionRegressionResult.getResiduals()
RegressionDataset.getResidualsWithoutFirstRegressor()
Constructors in edu.cmu.tetrad.regression with parameters of type VectorModifierConstructorDescriptionRegressionResult
(boolean zeroInterceptAssumed, String[] regressorNames, int n, double[] b, double[] t, double[] p, double[] se, double r2, double rss, double alpha, Vector res) A result for a variety of regression algorithm. -
Uses of Vector in edu.cmu.tetrad.sem
Methods in edu.cmu.tetrad.sem that return VectorModifier and TypeMethodDescriptionGeneralizedSemIm.simulateOneRecord
(Vector e) SemIm.simulateOneRecord
(Vector e) Methods in edu.cmu.tetrad.sem with parameters of type VectorModifier and TypeMethodDescriptionGeneralizedSemIm.simulateOneRecord
(Vector e) SemIm.simulateOneRecord
(Vector e) -
Uses of Vector in edu.cmu.tetrad.util
Methods in edu.cmu.tetrad.util that return VectorModifier and TypeMethodDescriptionVector.copy()
Matrix.diag()
Matrix2.diag()
Matrix.getColumn
(int j) Matrix2.getColumn
(int j) Matrix.getRow
(int i) Matrix2.getRow
(int i) Point.getVector()
Vector.like()
static Vector
Vector.scalarMult
(double scalar) static Vector
Vector.serializableInstance()
Generates a simple exemplar of this class to test serialization.Matrix.sum
(int direction) Matrix2.sum
(int direction) Vector.viewSelection
(int[] selection) Methods in edu.cmu.tetrad.util with parameters of type VectorModifier and TypeMethodDescriptionvoid
void
Matrix.assignColumn
(int col, Vector doubles) void
Matrix2.assignColumn
(int col, Vector doubles) void
void
static short
StatUtils.compressedCorrelation
(Vector data1, Vector data2) static double
StatUtils.correlation
(Vector data1, Vector data2) double
double
Vector.dotProduct
(Vector v2) static double
static Matrix
static Vector
static double
Constructors in edu.cmu.tetrad.util with parameters of type Vector