Should be truncateRight
This commit is contained in:
parent
1ea3c975d5
commit
699960d220
|
@ -332,7 +332,7 @@ truncateRight: (distribution, right: number) => distribution
|
|||
**Examples**
|
||||
|
||||
```javascript
|
||||
truncateLeft(normal(5, 2), 6);
|
||||
truncateRight(normal(5, 2), 6);
|
||||
```
|
||||
|
||||
### klDivergence
|
||||
|
|
Loading…
Reference in New Issue
Block a user