Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
finance
statistics
algebra
math
information-theory
vector
matrix
linear-algebra
probability
mathematics
regression
combinatorics
number-theory
numerical-analysis
distributions
-
Updated
Jul 28, 2021 - PHP
Add a new parameter alias
type2score
which can be used to set the score dictionary for both corpora at the same time in aWeightedAvgShift
. Specifying a single dictionary using onlytype2score_1
is already possible, but a parametertype2score
would be more natural. Just have to check iftype2score
isNone
, and if not, settype2score_1
astype2score
. Existing code should then handle