Lines Matching defs:new
15 # Create a new Dataset with the given data.
16 sub new {
28 my $stats = Statistics::Descriptive::Full->new();
71 # Divide two Datasets and return a new one, maintaining the
72 # mean+/-error. The new Dataset has no data points.
82 my $result = Dataset->new();
89 # subtracts two Datasets and return a new one, maintaining the
90 # mean+/-error. The new Dataset has no data points.
95 my $result = Dataset->new();
102 # adds two Datasets and return a new one, maintaining the
103 # mean+/-error. The new Dataset has no data points.
108 my $result = Dataset->new();
116 # The new Dataset has no data points.
121 my $result = Dataset->new();
129 # The new Dataset has no data points.
134 my $result = Dataset->new();