Power analysis for one-sample T-Tests.
Inheritance Hierarchy Namespace: Accord.Statistics.Testing.PowerAccord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax[SerializableAttribute] public class TTestPowerAnalysis : BaseOneSamplePowerAnalysis
<SerializableAttribute> Public Class TTestPowerAnalysis Inherits BaseOneSamplePowerAnalysisRequest Example View Source
The TTestPowerAnalysis type exposes the following members.
Constructors Properties Methods Extension Methods Name Description HasMethodChecks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) IsEqualCompares two objects for equality, performing an elementwise comparison if the elements are vectors or matrices.
(Defined by Matrix.) To(Type) Overloaded.Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) ToT Overloaded.Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) Top Examplesvar analysis = new TTestPowerAnalysis(OneSampleHypothesis.ValueIsDifferentFromHypothesis); double e = analysis.Effect; double n = analysis.Samples; double p = analysis.Power; analysis.Effect = 0.2; analysis.Samples = 60; analysis.ComputePower(); double power = analysis.Power; analysis.Power = 0.8; analysis.Samples = 60; analysis.ComputeEffect(); double effect = analysis.Effect; analysis.Power = 0.8; analysis.Effect = 0.2; analysis.ComputeSamples(); double samples = analysis.Samples;See Also
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4