-
Notifications
You must be signed in to change notification settings - Fork 4
compute erfinv
kgryte edited this page May 12, 2015
·
1 revision
Evaluates the inverse error function, where x
may be a single numeric
value or a numeric array
.
var data = [ -1, -0.5, 0, 0.5, 1 ];
var x = compute.erfinv( data );
- Utilities
- Array Creation
- Sorting and Reshaping Arrays
- Special Functions
- Arithmetic
- Relational Operations
- Logical Operations
- Trigonometry
- Geometry
- Sets
- Discrete Mathematics
- Linear Algebra
- Statistics