Packages

o

scalation.analytics

NonLinRegressionTest

object NonLinRegressionTest extends App

The NonLinRegressionTest object tests the NonLinRegression class: y = f(x; b) = b0 + exp (b1 * x0).

See also

www.bsos.umd.edu/socy/alan/stats/socy602_handouts/kut86916_ch13.pdf Answers: sse = 49.45929986243339 fit = (VectorD (58.606566327280426, -0.03958645286504356), 0.9874574894685292) predict (VectorD (50.0)) = 8.09724678182599 FIX: check this example

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NonLinRegressionTest
  2. App
  3. DelayedInit
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val b_init: VectorD
  2. final val executionStart: Long
    Definition Classes
    App
  3. def f(x: VectoD, b: VectoD): Double
  4. final def main(args: Array[String]): Unit
    Definition Classes
    App
  5. val rg: NonLinRegression
  6. val x: MatrixD
  7. val y: VectorD
  8. val yp: Double
  9. val z: VectorD

Deprecated Value Members

  1. def delayedInit(body: => Unit): Unit
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) the delayedInit mechanism will disappear