|
BaseTwoSamplePowerAnalysisComputeSamples Method
|
Computes the recommended sample size for the test to attain
the power indicated in
Power considering
values of
Effect and
Size.
Namespace:
Accord.Statistics.Testing.Power
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public virtual void ComputeSamples(
double proportion = 1
)
Public Overridable Sub ComputeSamples (
Optional proportion As Double = 1
)
Request Example
View SourceParameters
- proportion (Optional)
- Type: SystemDouble
Return Value
Type:
Recommended sample size for attaining the given
Power for size effect
Effect
under the given
Size.
See Also