Performs differentiation using the central difference method on a dataset and returns the result as a new dataset.
The resultant dataset will be Dimensionless. (See documentation for more details)
An ArgumentException is thrown if the input dataset is either invalid or is non-differentiable.
Examples