Lines Matching full:dataset
12 package Dataset;
17 # Create a new Dataset with the given data.
66 # Return a 99% error based on the t distribution. The dataset
74 # mean+/-error. The new Dataset has no data points.
84 my $result = Dataset->new();
92 # mean+/-error. The new Dataset has no data points.
97 my $result = Dataset->new();
105 # mean+/-error. The new Dataset has no data points.
110 my $result = Dataset->new();
117 # Divides a dataset by a scalar.
118 # The new Dataset has no data points.
123 my $result = Dataset->new();
130 # Divides a dataset by a scalar.
131 # The new Dataset has no data points.
136 my $result = Dataset->new();