diff --git a/packages/website/docs/Api/DistSampleSet.mdx b/packages/website/docs/Api/DistSampleSet.mdx index 168ee397..eaed6942 100644 --- a/packages/website/docs/Api/DistSampleSet.mdx +++ b/packages/website/docs/Api/DistSampleSet.mdx @@ -3,9 +3,6 @@ sidebar_position: 5 title: Sample Set Distribution --- -import { SquiggleEditor } from "../../src/components/SquiggleEditor"; -import Admonition from "@theme/Admonition"; - Sample set distributions are one of the three distribution formats. Internally, they are stored as a list of numbers. It's useful to distinguish point set distributions from arbitrary lists of numbers to make it clear which functions are applicable. Monte Carlo calculations typically result in sample set distributions.