Packages

o

scalation.analytics

ExampleBPressure

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

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExampleBPressure
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val fname: Array[String]

    the variable/feature names

  2. val ofname: Array[String]

    the variable/feature names including intercept ("one")

  3. val ox: MatrixD

    the data matrix 'x' with a column of all ones prepended for intercept models

  4. val oxy: MatrixD

    the data combined matrix with a column of all ones prepended for intercept models

  5. val t: VectorD

    index for the data points (instances)

  6. 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

  7. val x01: MatrixD

    the first two columns (0 and 1) of data matrix 'x'

  8. val xy: MatrixD

    the combined data matrix of data matrix 'x' with the response column 'y' appended

  9. val y: VectorD

    Blood Pressure (BP) response/output vector