Minor fix

This commit is contained in:
Ozzie Gooen 2022-07-29 10:25:38 -07:00
parent 9096ee7051
commit fa1ec55e75

View File

@ -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.