object ExampleBPressure
The ExampleBPressure
object stores the Blood Pressure dataset in a matrix.
- See also
online.stat.psu.edu/online/development/stat501/data/bloodpress.txt
- Alphabetic
- By Inheritance
- ExampleBPressure
- 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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val fname: Array[String]
the variable/feature names
- 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
- 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()
- val ofname: Array[String]
the variable/feature names including intercept ("one")
- val ox: MatrixD
the data matrix 'x' with a column of all ones prepended for intercept models
- val oxy: MatrixD
the data combined matrix with a column of all ones prepended for intercept models
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val t: VectorD
index for the data points (instances)
- 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])
- val x: MatrixD
Blood Pressure (BP) data/input matrix 20 data points: t x_1 x_2 x_3 x_4 Age Weight Dur Stress
- val x01: MatrixD
the first two columns (0 and 1) of data matrix 'x'
- val xy: MatrixD
the combined data matrix of data matrix 'x' with the response column 'y' appended
- val y: VectorD
Blood Pressure (BP) response/output vector
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated