remove whitespace
This commit is contained in:
parent
89b5b43d1f
commit
82145a1951
2
lab.py
2
lab.py
@ -91,7 +91,7 @@ class sample(np.ndarray):
|
|||||||
self.var = np.var(obj, ddof=1)
|
self.var = np.var(obj, ddof=1)
|
||||||
self.std = np.sqrt(self.var)
|
self.std = np.sqrt(self.var)
|
||||||
self.stdm = self.std / np.sqrt(self.n)
|
self.stdm = self.std / np.sqrt(self.n)
|
||||||
|
|
||||||
def val(self):
|
def val(self):
|
||||||
"""
|
"""
|
||||||
Gives the measure at standard 68% CL as an uncertain float (X, S/√n)
|
Gives the measure at standard 68% CL as an uncertain float (X, S/√n)
|
||||||
|
Loading…
Reference in New Issue
Block a user