Commit 3eaa1d7f authored by panos's avatar panos

Change the object name from BacisStatisticalMeasures to StatisticalMeasures

parent 12572444
......@@ -27,8 +27,8 @@ from rpy2.robjects.packages import importr
MASS= importr('MASS')
#The BasicStatisticalMeasures object
class BasicStatisticalMeasures(object):
#The StatisticalMeasures object
class StatisticalMeasures(object):
# A variety of statistical measures are calculated in this object
def length(self, data): #Calculate the length of data sample
data=robjects.FloatVector(data) ##The given list changes into float vector in order to be handled by RPy2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment