Packages

object PGMHD3fl

PGMHD3fl is the companion object for the PGMHD3fl class.

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

Value Members

  1. def apply(xzy: MatriI, nx: Int, nxz: Int, fn: Array[String], cn: Array[String], me: Float = me_default): PGMHD3fl

    Create a PGMHD3fl object, passing 'x', 'z' and 'y' together in one matrix.

    Create a PGMHD3fl object, passing 'x', 'z' and 'y' together in one matrix.

    xzy

    the data vectors along with their classifications stored as rows of a matrix

    nx

    the number of X features/columns

    nxz

    the number of X + Z features/columns

    fn

    the names of the X & Z feature variables

    cn

    the names of C-class variable outcomes

    me

    use m-estimates (me == 0 => regular MLE estimates)