Uses of Class
edu.cmu.tetrad.util.Vector
Packages that use Vector
Package
Description
-
Uses of Vector in edu.cmu.tetrad.bayes
Methods in edu.cmu.tetrad.bayes with parameters of type Vector -
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) dissimilarity.double
SquaredErrorLoss.dissimilarity
(Vector v1, Vector v2) Calculates the dissimilarity between two vectors using the Euclidean dissimilarity metric. -
Uses of Vector in edu.cmu.tetrad.data
Methods in edu.cmu.tetrad.data that return VectorModifier and TypeMethodDescriptionstatic Vector
mean.static Vector
DataUtils.means
(double[][] data) Column major data.static Vector
means.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()
getResiduals.RegressionDataset.getResidualsWithoutFirstRegressor()
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) simulateOneRecord.SemIm.simulateOneRecord
(Vector e) simulateOneRecord.Methods in edu.cmu.tetrad.sem with parameters of type VectorModifier and TypeMethodDescriptionGeneralizedSemIm.simulateOneRecord
(Vector e) simulateOneRecord.SemIm.simulateOneRecord
(Vector e) simulateOneRecord.updatedIm. -
Uses of Vector in edu.cmu.tetrad.util
Methods in edu.cmu.tetrad.util that return VectorModifier and TypeMethodDescriptionVector.copy()
copy.Matrix.diag()
diag.Matrix.getColumn
(int j) getColumn.Matrix.getRow
(int i) getRow.Vector.getSelection
(int[] selection) viewSelection.Point.getVector()
Getter for the fieldvector
.Vector.like()
like.minus.plus.static Vector
product.Vector.scalarMult
(double scalar) scalarMult.static Vector
Vector.serializableInstance()
Generates a simple exemplar of this class to test serialization.Matrix.sum
(int direction) sum.times.Methods in edu.cmu.tetrad.util with parameters of type VectorModifier and TypeMethodDescriptionvoid
assign.void
Matrix.assignColumn
(int col, Vector doubles) assignColumn.void
assignRow.static short
StatUtils.compressedCorrelation
(Vector data1, Vector data2) compressedCorrelation.static double
StatUtils.correlation
(Vector data1, Vector data2) correlation.double
dot.double
Vector.dotProduct
(Vector v2) dotProduct.static double
mean.minus.static Matrix
multOuter.plus.static Vector
product.static double
sxy.times.Constructors in edu.cmu.tetrad.util with parameters of type Vector