This is documentation for an old release of SciPy (version 0.12.0). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
Randomly sample a dataset from the estimated pdf.
size : int, optional
The number of samples to draw. If not provided, then the size is the same as the underlying dataset.
resample : (self.d, size) ndarray
The sampled dataset.
Enter search terms or a module, class or function name.