ABsoluteMaybe.Statistics.ZScore.ZScore C# (CSharp) Méthode

ZScore() public méthode

public ZScore ( IEnumerable options ) : System
options IEnumerable
Résultat System
        public ZScore(IEnumerable<Experiment.Option> options)
        {
            _options = options;
        }