get_values#
- data_morph.data.stats.get_values(df: DataFrame) SummaryStatistics [source]#
Calculate the summary statistics for the given set of points.
- Parameters:
df (pandas.DataFrame) – A dataset with columns x and y.
- Returns:
Named tuple consisting of mean and standard deviations of x and y, along with the Pearson correlation coefficient between the two.
- Return type: