object ProbabilityTest7 extends App
The ProbabilityTest7
object is used to test the Probability
class.
It computes joint, marginal and conditional probabilities as well as
measures of independence.
- See also
ocw.mit.edu/courses/mathematics/18-05-introduction-to-probability-and-statistics-spring-2014/readings/MIT18_05S14_Reading7a.pdf > runMain scalation.stat.ProbabilityTest7
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProbabilityTest7
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val hx: Double
- val hx_y: Double
- val hy: Double
- val hy_x: Double
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val mi: Double
- val nuxy: MatrixI
- val px: VectoD
- val px_y: MatriD
- val pxy: MatriD
- val py: VectoD
- val py_x: MatriD
- val re: Double
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