Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a27153c

Browse files
Update arcsineDistribution.py
1 parent c18e765 commit a27153c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎mathematica/arcsineDistribution.py‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
"""
1+
# Author: Ashwin Raj <rajashwin733@gmail.com>
2+
# License: GNU General Public License v3.0
3+
4+
"""
25
Arcsine Distribution
36
Arbitrary Bounded Support
47
"""
5-
# Author: Ashwin Raj <rajashwin733@gmail.com>
6-
# License: GNU General Public License v3.0
8+
79

810
import math
911
from .generalDistribution import Distribution #Import generalDistribution.py module
@@ -199,4 +201,4 @@ def __repr__(self):
199201
Returns:
200202
output(string): Characteristics of the distribution
201203
"""
202-
return "a:{}, b:{}, Mean:{}, Standard Deviation:{}".format(self.a,self.b,self.mean,self.stdev)
204+
return "a:{}, b:{}, Mean:{}, Standard Deviation:{}".format(self.a,self.b,self.mean,self.stdev)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /