Lines Matching defs:new
13 # Create a new Dataset with the given data.
14 sub new {
26 my $stats = Statistics::Descriptive::Full->new();
69 # Divide two Datasets and return a new one, maintaining the
70 # mean+/-error. The new Dataset has no data points.
80 my $result = Dataset->new();
87 # subtracts two Datasets and return a new one, maintaining the
88 # mean+/-error. The new Dataset has no data points.
93 my $result = Dataset->new();
100 # adds two Datasets and return a new one, maintaining the
101 # mean+/-error. The new Dataset has no data points.
106 my $result = Dataset->new();
114 # The new Dataset has no data points.
119 my $result = Dataset->new();
127 # The new Dataset has no data points.
132 my $result = Dataset->new();