23 lines
321 B
Markdown
23 lines
321 B
Markdown
---
|
|
sidebar_position: 4
|
|
title: Point Set Distribution
|
|
---
|
|
|
|
### make
|
|
|
|
```
|
|
PointSet.make: (distribution) => pointSetDist
|
|
```
|
|
|
|
### makeContinuous
|
|
|
|
```
|
|
PointSet.makeContinuous: (list<{x: number, y: number}>) => pointSetDist
|
|
```
|
|
|
|
### makeDiscrete
|
|
|
|
```
|
|
PointSet.makeDiscrete: (list<{x: number, y: number}>) => pointSetDist
|
|
```
|