Home
last modified time | relevance | path

Searched refs:Descriptive (Results 1 – 25 of 1885) sorted by relevance

12345678910>>...76

/dports/math/p5-Statistics-Descriptive/Statistics-Descriptive-3.0800/t/
H A Ddescr.t12 use Statistics::Descriptive;
16 my $stat = Statistics::Descriptive::Full->new();
40 my $stat = Statistics::Descriptive::Full->new();
52 my $stat = Statistics::Descriptive::Full->new();
64 my $stat = Statistics::Descriptive::Full->new();
65 local $Statistics::Descriptive::Tolerance = 0.1;
77 my $stat = Statistics::Descriptive::Full->new();
91 my $stat = Statistics::Descriptive::Full->new();
136 my $stat = Statistics::Descriptive::Full->new();
149 my $stat = Statistics::Descriptive::Full->new();
[all …]
H A Dsmoother.t8 use Statistics::Descriptive::Smoother;
15 my $smoother = Statistics::Descriptive::Smoother->instantiate(
34 my $smoother = Statistics::Descriptive::Smoother->instantiate(
56 Statistics::Descriptive::Smoother->instantiate(
75 my $smoother_neg = Statistics::Descriptive::Smoother->instantiate(
87 my $smoother_pos = Statistics::Descriptive::Smoother->instantiate(
104 my $smoother = Statistics::Descriptive::Smoother->instantiate(
121 my $smoother = Statistics::Descriptive::Smoother->instantiate(
H A Doutliers.t8 use Statistics::Descriptive;
16 my $stat = Statistics::Descriptive::Full->new();
42 my $stat = Statistics::Descriptive::Full->new();
62 local *Statistics::Descriptive::Full::_outlier_candidate_index = sub { 0 };
77 my $stat = Statistics::Descriptive::Full->new();
101 my $stat = Statistics::Descriptive::Full->new();
123 my $stat = Statistics::Descriptive::Full->new();
H A Dsmoother_weightedexponential.t11 use Statistics::Descriptive::Smoother;
21 my $smoother = Statistics::Descriptive::Smoother->instantiate(
40 my $smoother = Statistics::Descriptive::Smoother->instantiate(
61 my $smoother = Statistics::Descriptive::Smoother->instantiate(
87 my $smoother = Statistics::Descriptive::Smoother->instantiate(
H A D00-compile.t12 'Statistics/Descriptive.pm',
13 'Statistics/Descriptive/Full.pm',
14 'Statistics/Descriptive/Smoother.pm',
15 'Statistics/Descriptive/Smoother/Exponential.pm',
16 'Statistics/Descriptive/Smoother/Weightedexponential.pm',
17 'Statistics/Descriptive/Sparse.pm'
H A Dsmoother_exponential.t11 use Statistics::Descriptive::Smoother;
19 my $smoother = Statistics::Descriptive::Smoother->instantiate(
38 my $smoother = Statistics::Descriptive::Smoother->instantiate(
59 my $smoother = Statistics::Descriptive::Smoother->instantiate(
/dports/devel/p5-MooX-Options/MooX-Options-4.103/po/
H A DMooX-Options.pot44 #: lib/MooX/Options/Descriptive/Usage.pm:38
45 #: lib/MooX/Options/Descriptive/Usage.pm:51
49 #: lib/MooX/Options/Descriptive/Usage.pm:39
53 #: lib/MooX/Options/Descriptive/Usage.pm:40
57 #: lib/MooX/Options/Descriptive/Usage.pm:41
61 #: lib/MooX/Options/Descriptive/Usage.pm:42
65 #: lib/MooX/Options/Descriptive/Usage.pm:43
69 #: lib/MooX/Options/Descriptive/Usage.pm:44
73 #: lib/MooX/Options/Descriptive/Usage.pm:45
77 #: lib/MooX/Options/Descriptive/Usage.pm:52
[all …]
H A Dde.po54 #: lib/MooX/Options/Descriptive/Usage.pm:38
55 #: lib/MooX/Options/Descriptive/Usage.pm:51
59 #: lib/MooX/Options/Descriptive/Usage.pm:39
63 #: lib/MooX/Options/Descriptive/Usage.pm:40
67 #: lib/MooX/Options/Descriptive/Usage.pm:41
71 #: lib/MooX/Options/Descriptive/Usage.pm:42
75 #: lib/MooX/Options/Descriptive/Usage.pm:43
79 #: lib/MooX/Options/Descriptive/Usage.pm:44
83 #: lib/MooX/Options/Descriptive/Usage.pm:45
87 #: lib/MooX/Options/Descriptive/Usage.pm:52
[all …]
H A Dde_DE.po55 #: lib/MooX/Options/Descriptive/Usage.pm:38
56 #: lib/MooX/Options/Descriptive/Usage.pm:51
60 #: lib/MooX/Options/Descriptive/Usage.pm:39
64 #: lib/MooX/Options/Descriptive/Usage.pm:40
68 #: lib/MooX/Options/Descriptive/Usage.pm:41
72 #: lib/MooX/Options/Descriptive/Usage.pm:42
76 #: lib/MooX/Options/Descriptive/Usage.pm:43
80 #: lib/MooX/Options/Descriptive/Usage.pm:44
84 #: lib/MooX/Options/Descriptive/Usage.pm:45
88 #: lib/MooX/Options/Descriptive/Usage.pm:52
[all …]
/dports/math/p5-Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.12/t/
H A Ddescr.t19 use Statistics::Descriptive::Discrete;
45 my $stat = Statistics::Descriptive::Discrete->new();
57 my $stat = Statistics::Descriptive::Discrete->new();
69 my $stat = Statistics::Descriptive::Discrete->new();
70 local $Statistics::Descriptive::Discrete::Tolerance = 0.1;
82 my $stat = Statistics::Descriptive::Discrete->new();
95 my $stat = Statistics::Descriptive::Discrete->new();
123 my $stat = Statistics::Descriptive::Discrete->new();
190 my $stat = Statistics::Descriptive::Discrete->new();
211 my $stat = Statistics::Descriptive::Discrete->new();
H A Ddiscrete.t10 use Statistics::Descriptive::Discrete;
16 my $stats = Statistics::Descriptive::Discrete->new();
26 my $stats = Statistics::Descriptive::Discrete->new();
115 my $stats = Statistics::Descriptive::Discrete->new;
141 my $stats = Statistics::Descriptive::Discrete->new;
154 my $stats = Statistics::Descriptive::Discrete->new;
181 my $stats = Statistics::Descriptive::Discrete->new();
239 my $stats = Statistics::Descriptive::Discrete->new();
268 my $stat = Statistics::Descriptive::Discrete->new();
280 my $stats = Statistics::Descriptive::Discrete->new();
/dports/math/p5-Statistics-Descriptive/Statistics-Descriptive-3.0800/lib/Statistics/
H A DDescriptive.pm1 package Statistics::Descriptive;
2 $Statistics::Descriptive::VERSION = '3.0800';
15 use Statistics::Descriptive::Sparse ();
16 use Statistics::Descriptive::Full ();
18 package Statistics::Descriptive;
/dports/math/p5-Statistics-Descriptive/Statistics-Descriptive-3.0800/xt/author/
H A Dno-tabs.t10 'lib/Statistics/Descriptive.pm',
11 'lib/Statistics/Descriptive/Full.pm',
12 'lib/Statistics/Descriptive/Smoother.pm',
13 'lib/Statistics/Descriptive/Smoother/Exponential.pm',
14 'lib/Statistics/Descriptive/Smoother/Weightedexponential.pm',
15 'lib/Statistics/Descriptive/Sparse.pm',
H A Deol.t10 'lib/Statistics/Descriptive.pm',
11 'lib/Statistics/Descriptive/Full.pm',
12 'lib/Statistics/Descriptive/Smoother.pm',
13 'lib/Statistics/Descriptive/Smoother/Exponential.pm',
14 'lib/Statistics/Descriptive/Smoother/Weightedexponential.pm',
15 'lib/Statistics/Descriptive/Sparse.pm',
/dports/science/colt/colt/src/hep/aida/bin/
H A DMightyStaticBin1D.java4 import cern.jet.stat.Descriptive;
65Descriptive.incrementalUpdateSumsOfPowers(list, from, to, 3, getMaxOrderForSumOfPowers(), this.sum… in addAllOfFromTo()
69 this.sumOfInversions += Descriptive.sumOfInversions(list, from, to); in addAllOfFromTo()
73 this.sumOfLogarithms += Descriptive.sumOfLogarithms(list, from, to); in addAllOfFromTo()
131 return Descriptive.geometricMean(size(), sumOfLogarithms()); in geometricMean()
165 return Descriptive.harmonicMean(size(), sumOfInversions()); in harmonicMean()
206 return Descriptive.kurtosis( moment(4,mean()), standardDeviation() ); in kurtosis()
229 return Descriptive.moment(k, c, size(), sumOfPows.elements()); in moment()
238 return Descriptive.product(size(), sumOfLogarithms()); in product()
264 return Descriptive.skew( moment(3,mean()), standardDeviation() ); in skew()
H A DDynamicBin1D.java6 import cern.jet.stat.Descriptive;
287 Descriptive.frequencies(sortedElements_unsafe(), distinctElements, frequencies); in frequencies()
379 return Descriptive.moment(this.elements, k, c); in moment()
386 return Descriptive.quantile(sortedElements_unsafe(),phi); in quantile()
396 return Descriptive.quantileInverse(sortedElements_unsafe(),element); in quantileInverse()
405 return Descriptive.quantiles(sortedElements_unsafe(),percentages); in quantiles()
706 Descriptive.standardize(this.elements, mean, standardDeviation); in standardize()
741 return Descriptive.sumOfPowers(this.elements,k); in sumOfPowers()
789 return Descriptive.trimmedMean(sortedElements_unsafe(), mean(), s, l); in trimmedMean()
834 this.sumOfInversions = Descriptive.sumOfInversions(this.elements,0,size()-1); in updateSumOfInversions()
[all …]
/dports/math/p5-Statistics-Descriptive/Statistics-Descriptive-3.0800/
H A DREADME15 perldoc Statistics::Descriptive
20 http://rt.cpan.org/NoAuth/Bugs.html?Dist=Statistics-Descriptive
23 http://cpanratings.perl.org/d/Statistics-Descriptive
26 http://metacpan.org/release/Statistics-Descriptive
37 This new version (2.5) of Statistics::Descriptive contains:
51 Statistics::Descriptive::Sparse
66 Statistics::Descriptive::Full
H A DMANIFEST15 lib/Statistics/Descriptive.pm
16 lib/Statistics/Descriptive/Full.pm
17 lib/Statistics/Descriptive/Smoother.pm
18 lib/Statistics/Descriptive/Smoother/Exponential.pm
19 lib/Statistics/Descriptive/Smoother/Weightedexponential.pm
20 lib/Statistics/Descriptive/Sparse.pm
H A DMETA.yml32 name: Statistics-Descriptive
34 Statistics::Descriptive:
35 file: lib/Statistics/Descriptive.pm
37 Statistics::Descriptive::Full:
38 file: lib/Statistics/Descriptive/Full.pm
40 Statistics::Descriptive::Smoother:
41 file: lib/Statistics/Descriptive/Smoother.pm
43 Statistics::Descriptive::Smoother::Exponential:
46 Statistics::Descriptive::Smoother::Weightedexponential:
49 Statistics::Descriptive::Sparse:
[all …]
/dports/math/p5-Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.12/
H A DREADME6 (https://metacpan.org/pod/Statistics::Descriptive::Discrete).
9 use Statistics::Descriptive::Discrete;
11 my $stats = new Statistics::Descriptive::Discrete;
48 faster than Statistics::Descriptive::Full or
49 Statistics::Descriptive::Sparse.
61 module against Statistics::Descriptive::Full.
64 $stat = Statistics::Descriptive::Discrete->new();
116 is not implemented in Statistics::Descriptive.
220 Statistics::Descriptive.
241 order of data) from Statistics::Descriptive
[all …]
H A DREADME.md10 use Statistics::Descriptive::Discrete;
12 my $stats = new Statistics::Descriptive::Discrete;
37 It borrows very heavily from Statistics::Descriptive::Full
50 or Statistics::Descriptive::Sparse.
60 Statistics::Descriptive::Full.
64 - $stat = Statistics::Descriptive::Discrete->new();
109 Statistics::Descriptive which does preserve order.
124 and is not implemented in Statistics::Descriptive.
235 use Statistics::Descriptive.
260 from Statistics::Descriptive
[all …]
/dports/devel/p5-CLI-Osprey/CLI-Osprey-0.08/lib/CLI/Osprey/
H A DDescriptive.pm1 package CLI::Osprey::Descriptive;
10 use Getopt::Long::Descriptive 0.100;
11 use CLI::Osprey::Descriptive::Usage;
/dports/devel/p5-MooX-Options/MooX-Options-4.103/lib/MooX/Options/
H A DDescriptive.pm1 package MooX::Options::Descriptive;
18 use Getopt::Long::Descriptive 0.099;
19 use MooX::Options::Descriptive::Usage;
/dports/math/p5-Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.12/examples/
H A Dsdd_prof.pl9 use Statistics::Descriptive::Discrete;
10 use Statistics::Descriptive;
21 my $stats_discrete = Statistics::Descriptive::Discrete->new();
22 my $stats_descr = Statistics::Descriptive::Full->new();
/dports/devel/p5-App-Cmd/App-Cmd-0.334/lib/App/Cmd/
H A DArgProcessor.pm12 require Getopt::Long::Descriptive;
13 Getopt::Long::Descriptive->VERSION(0.084);
15 my ($opt, $usage) = Getopt::Long::Descriptive::describe_options(@params);

12345678910>>...76