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
- All
Value Members
-
val
fname: Array[String]
the variable/feature names
-
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
-
val
t: VectorD
index for the data points (instances)
-
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