object DB_SplineTest2 extends App
The DB_SplineTest2
object is used to test the DB_Spline
class. Here, we
smooth functional data manually with a roughness penalty.
- See also
Ramsay et al. page 86 > runMain scalation.caculus.DB_SplineTest2
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DB_SplineTest2
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val G: Int
- val I: MatrixD
- val W: MatrixD
- val c: VectorD
- val dbs: DB_Spline
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val mM: Int
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val n: Int
- val normal: Normal
- val ns: Int
- val t: VectorD
- val w: VectorD
- val y: VectorD
- val z: VectorD
- val Σ: MatrixD
- val Φ: MatrixD
- val λ: Double
- val τ: VectorD
Deprecated Value Members
-
def
delayedInit(body: ⇒ Unit): Unit
- Definition Classes
- App → DelayedInit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) the delayedInit mechanism will disappear