|
gstlearn
0.2.1
Geostatistics & Machine Learning toolbox
|
This is the complete list of members for VH, including all inherited members.
| add(const VectorDouble &veca, const VectorDouble &vecb) | VectorHelper | static |
| addConstant(VectorDouble &vec, double v) | VectorHelper | static |
| addConstant(VectorInt &vec, int v) | VectorHelper | static |
| addInPlace(VectorDouble &dest, const VectorDouble &src) | VectorHelper | static |
| addInPlace(const VectorDouble &veca, const VectorDouble &vecb, VectorDouble &res) | VectorHelper | static |
| concatenate(const VectorDouble &veca, const VectorDouble &vecb) | VectorHelper | static |
| copy(VectorDouble &veca, const VectorDouble &vecb) | VectorHelper | static |
| correlation(const VectorDouble &veca, const VectorDouble &vecb) | VectorHelper | static |
| countDefined(const VectorDouble &vec) | VectorHelper | static |
| countUndefined(const VectorDouble &vec) | VectorHelper | static |
| crossProduct(const VectorDouble &veca, const VectorDouble &vecb) | VectorHelper | static |
| cumul(const VectorDouble &vec) | VectorHelper | static |
| cumulate(VectorDouble &veca, const VectorDouble &vecb, double coeff=1., double addval=0.) | VectorHelper | static |
| display(const String &title, const VectorDouble &vect) | VectorHelper | static |
| display(const String &title, const VectorVectorDouble &vect) | VectorHelper | static |
| display(const String &title, const VectorString &vect) | VectorHelper | static |
| display(const String &title, const VectorInt &vect) | VectorHelper | static |
| displayNNZ(const String &title, const VectorDouble &vect, int nclass=10) | VectorHelper | static |
| displayRange(const String &title, const VectorDouble &vect) | VectorHelper | static |
| displayRange(const String &title, const VectorInt &vect) | VectorHelper | static |
| displayStats(const String &title, const VectorDouble &vect) | VectorHelper | static |
| divideConstant(VectorDouble &vec, double v) | VectorHelper | static |
| divideInPlace(VectorDouble &vec, const VectorDouble &v) | VectorHelper | static |
| extensionDiagonal(const VectorDouble &mini, const VectorDouble &maxi) | VectorHelper | static |
| fill(VectorDouble &vec, double v, int size=0) | VectorHelper | static |
| fill(VectorInt &vec, int v, int size=0) | VectorHelper | static |
| fill(VectorVectorDouble &vec, double value) | VectorHelper | static |
| fillUndef(VectorDouble &vec, double repl) | VectorHelper | static |
| filter(const VectorInt &vecin, int vmin=ITEST, int vmax=ITEST, bool ascending=true) | VectorHelper | static |
| initVDouble(int nval, double value=0.) | VectorHelper | static |
| initVDouble(double *values, int number) | VectorHelper | static |
| initVInt(int nval, int value=0.) | VectorHelper | static |
| initVInt(int *values, int number) | VectorHelper | static |
| initVVDouble(int nval1, int nval2, double value=0.) | VectorHelper | static |
| initVVDouble(double *value, int n1, int n2) | VectorHelper | static |
| initVVInt(int nval1, int nval2, int value=0) | VectorHelper | static |
| innerProduct(const VectorDouble &veca, const VectorDouble &vecb) | VectorHelper | static |
| inverse(const VectorDouble &vec) | VectorHelper | static |
| isConstant(const VectorDouble &vect, double refval=TEST) | VectorHelper | static |
| isConstant(const VectorInt &vect, int refval=ITEST) | VectorHelper | static |
| isSame(const VectorDouble &v1, const VectorDouble &v2, double eps=EPSILON10) | VectorHelper | static |
| isSame(const VectorInt &v1, const VectorInt &v2) | VectorHelper | static |
| maximum(const VectorInt &vec) | VectorHelper | static |
| maximum(const VectorDouble &vec, bool flagAbs=false) | VectorHelper | static |
| maximum(const VectorVectorDouble &vec, bool flagAbs=false) | VectorHelper | static |
| mean(const VectorDouble &vec) | VectorHelper | static |
| minimum(const VectorInt &vec) | VectorHelper | static |
| minimum(const VectorDouble &vec, bool flagAbs=false) | VectorHelper | static |
| minimum(const VectorVectorDouble &vec, bool flagAbs=false) | VectorHelper | static |
| multiplyConstant(VectorDouble &vec, double v) | VectorHelper | static |
| multiplyInPlace(VectorDouble &vec, const VectorDouble &v) | VectorHelper | static |
| norm(const VectorDouble &vec) | VectorHelper | static |
| normalize(VectorDouble &vec) | VectorHelper | static |
| normalizeFromGaussianDistribution(VectorDouble &vec, double mini=0., double maxi=1.) | VectorHelper | static |
| normalScore(const VectorDouble &data, const VectorDouble &wt=VectorDouble()) | VectorHelper | static |
| orderRanks(const VectorDouble &vecin) | VectorHelper | static |
| pnormVec(const VectorDouble &vec) | VectorHelper | static |
| power(const VectorDouble &vec, double power) | VectorHelper | static |
| product(const VectorInt &nx) | VectorHelper | static |
| product(const VectorDouble &nx) | VectorHelper | static |
| qnormVec(const VectorDouble &vec) | VectorHelper | static |
| quantiles(const VectorDouble &vec, const VectorDouble &probas) | VectorHelper | static |
| rangeVals(const VectorDouble &vec) | VectorHelper | static |
| sampleRanks(int ntotal, double proportion=0., int number=0, int seed=242141, int optSort=0) | VectorHelper | static |
| sequence(int number, int ideb=0) | VectorHelper | static |
| sequence(double valFrom, double valTo, double valStep=1., double ratio=1.) | VectorHelper | static |
| simulateBernoulli(int n, double proba, double vone=1., double velse=0.) | VectorHelper | static |
| simulateGaussian(int n, double mean=0., double sigma=1.) | VectorHelper | static |
| simulateGaussianInPlace(VectorDouble &vect, double mean=0., double sigma=1.) | VectorHelper | static |
| simulateUniform(int n, double mini=0., double maxi=1.) | VectorHelper | static |
| sort(const VectorInt &vecin, bool ascending=true) | VectorHelper | static |
| sort(const VectorDouble &vecin, bool ascending=true) | VectorHelper | static |
| sortRanks(const VectorDouble &vecin) | VectorHelper | static |
| stdv(const VectorDouble &vec) | VectorHelper | static |
| subtract(const VectorDouble &veca, const VectorDouble &vecb) | VectorHelper | static |
| subtractInPlace(VectorDouble &dest, const VectorDouble &src) | VectorHelper | static |
| toString(const VectorDouble &vec) | VectorHelper | static |
| toString(const VectorVectorDouble &vec) | VectorHelper | static |
| toString(const VectorString &vec) | VectorHelper | static |
| toString(const VectorInt &vec) | VectorHelper | static |
| unique(const VectorDouble &vecin) | VectorHelper | static |
| unique(const VectorInt &vecin) | VectorHelper | static |
| variance(const VectorDouble &vec) | VectorHelper | static |