object StatFunction
The StatFunction
companion object extends statistics vector operations to matrices.
The StatFunction
object/class is the functional analog to the StatVector
object/class.
- Alphabetic
- By Inheritance
- StatFunction
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def corr(xa: Functions, t: VectorD): MatrixD
Return the correlation matrix for the functions over the time points.
Return the correlation matrix for the functions over the time points. Note: sample vs. population results in essentailly the same values.
- xa
the array of functions
- t
the vector of time points
- def cov(xa: Functions, t: VectorD): MatrixD
Return the sample covariance matrix for the functions over the time points.
Return the sample covariance matrix for the functions over the time points.
- xa
the array of functions
- t
the vector of time points
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mean(xa: Functions, t: VectorD): VectorD
Return the mean vector containing the cross-sectional means over the time points.
Return the mean vector containing the cross-sectional means over the time points.
- xa
the array of functions
- t
the vector of time points
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def pcov(xa: Functions, t: VectorD): MatrixD
Return the population covariance matrix for the functions over the time points.
Return the population covariance matrix for the functions over the time points.
- xa
the array of functions
- t
the vector of time points
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toMatrix(xa: Functions, t: VectorD): MatrixD
Convert the array of functions 'xa' with time points 't' into a matrix.
Convert the array of functions 'xa' with time points 't' into a matrix.
- xa
the array of functions
- t
the vector of time points
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated