%dll
; iron_math_net Math.NET Numerics
%ver
3.8
%date
2026/04/17
%author
IronHSP
%note
MathNet.Numerics.dll. hsp3net only.
%type
User command
%group
Math

%index
mathnet_mean
Mean
%prm
(csv)
%inst
CSV of numbers
%href
mathnet_stddev

%index
mathnet_stddev
Standard deviation
%prm
(csv)
%inst

%href
mathnet_correlation

%index
mathnet_correlation
Pearson correlation
%prm
(csv_x, csv_y)
%inst

%href
mathnet_normal_pdf

%index
mathnet_normal_pdf
Normal PDF
%prm
(x, mean, std)
%inst

%href
mathnet_normal_cdf

%index
mathnet_normal_cdf
Normal CDF
%prm
(x, mean, std)
%inst

%href
mathnet_normal_inv

%index
mathnet_normal_inv
Inverse Normal
%prm
(p, mean, std)
%inst

%href
mathnet_solve_linear

%index
mathnet_solve_linear
Solve Ax=b
%prm
mat_csv, vec_csv, n
%inst
refstr=solution CSV
%href
mathnet_det

%index
mathnet_det
Determinant
%prm
(mat_csv, n)
%inst

%href
mathnet_interpolate

%index
mathnet_interpolate
Cubic spline
%prm
(csv_x, csv_y, xq)
%inst
Akima interpolation