Skip to content

Commit 445654e

Browse files
committed
Merge distribution beta
1 parent 08181af commit 445654e

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

src/BaselineOfPolyMath/BaselineOfPolyMath.class.st

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,8 @@ BaselineOfPolyMath >> baseline: spec [
4747
package: 'Math-Helpers';
4848
package: 'Math-Distributions' with: [ spec requires: #('PolyMathDataStructures') ];
4949
package: 'Math-Core-Process' with: [ spec requires: #('Math-Helpers') ];
50-
package: 'Math-Numerical' with: [ spec requires: #('PolyMathDataStructures' 'Math-Helpers' 'Math-Core-Process' 'Math-Distributions' 'Math-DistributionBeta' 'Math-DistributionForHistogram' 'Math-StatisticalMoments' 'Math-Series') ];
51-
package: 'Math-Polynomials' with: [ spec requires: #('PolyMathDataStructures' 'Math-Helpers' 'Math-Core-Process' 'Math-Distributions' 'Math-DistributionBeta' 'Math-DistributionForHistogram' 'Math-StatisticalMoments' 'Math-Series') ];
52-
package: 'Math-DistributionBeta'
53-
with: [ spec requires: #('Math-Distributions') ];
50+
package: 'Math-Numerical' with: [ spec requires: #('PolyMathDataStructures' 'Math-Helpers' 'Math-Core-Process' 'Math-Distributions' 'Math-DistributionForHistogram' 'Math-StatisticalMoments' 'Math-Series') ];
51+
package: 'Math-Polynomials' with: [ spec requires: #('PolyMathDataStructures' 'Math-Helpers' 'Math-Core-Process' 'Math-Distributions' 'Math-DistributionForHistogram' 'Math-StatisticalMoments' 'Math-Series') ];
5452
package: 'Math-DistributionForHistogram'
5553
with: [ spec requires: #('Math-Distributions') ];
5654
package: 'Math-FastFourierTransform'

src/Math-DistributionBeta/package.st

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/Math-DistributionBeta/PMBetaDistribution.class.st renamed to src/Math-Distributions/PMBetaDistribution.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Class {
99
'logNorm',
1010
'incompleteBetaFunction'
1111
],
12-
#category : 'Math-DistributionBeta'
12+
#category : #'Math-Distributions-Beta'
1313
}
1414

1515
{ #category : #information }

src/Math-DistributionBeta/PMIncompleteBetaFunction.class.st renamed to src/Math-Distributions/PMIncompleteBetaFunction.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Class {
88
'inverseFraction',
99
'logNorm'
1010
],
11-
#category : 'Math-DistributionBeta'
11+
#category : #'Math-Distributions-Beta'
1212
}
1313

1414
{ #category : #creation }

0 commit comments

Comments
 (0)