Example_BPressure

scalation.modeling.Example_BPressure

The Example_BPressure object stores the Blood Pressure dataset in a matrix.

Attributes

See also

online.stat.psu.edu/online/development/stat501/data/bloodpress.txt

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

val _1: VectorD
val ox: MatrixD
val ox_fname: Array[String]

the variable/feature names including intercept (column of ones)

the variable/feature names including intercept (column of ones)

Attributes

val oxy: MatrixD
val x: MatrixD

Blood Pressure (BP) data/input matrix 20 data points: x_1 x_2 x_3 x_4 Age Weight Dur Stress

Blood Pressure (BP) data/input matrix 20 data points: x_1 x_2 x_3 x_4 Age Weight Dur Stress

Attributes

val x01: MatrixD
val x_fname: Array[String]

the variable/feature names

the variable/feature names

Attributes

val xy: MatrixD
val y: VectorD

Blood Pressure (BP) response/output vector

Blood Pressure (BP) response/output vector

Attributes