|
SOLUTIONS
|
OBSOLETE HYPOTHESIS TESTING 程序包 符号
ConfidenceLevel
As of Version 7.0, ConfidenceLevel is part of the built-in Mathematica kernel. 
![]()
is an option to statistical functions that specifies the confidence level for confidence intervals.
更多信息更多信息
- To use
, you first need to load the Hypothesis Testing Package using Needs["HypothesisTesting`"]. - For confidence level
, the probability that a confidence interval will contain the true value is
. - The value of
can be any number between 0 and 1. The default setting is
.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
