Home | History | Annotate | Download | only in perldriver

Lines Matching refs:new

17 # Create a new Dataset with the given data.
18 sub new {
30 my $stats = Statistics::Descriptive::Full->new();
73 # Divide two Datasets and return a new one, maintaining the
74 # mean+/-error. The new Dataset has no data points.
84 my $result = Dataset->new();
91 # subtracts two Datasets and return a new one, maintaining the
92 # mean+/-error. The new Dataset has no data points.
97 my $result = Dataset->new();
104 # adds two Datasets and return a new one, maintaining the
105 # mean+/-error. The new Dataset has no data points.
110 my $result = Dataset->new();
118 # The new Dataset has no data points.
123 my $result = Dataset->new();
131 # The new Dataset has no data points.
136 my $result = Dataset->new();