メソッド
修飾子とタイプ |
メソッドと説明 |
static DoubleArray |
abs(ComplexArray x) |
static DoubleArray |
abs(DoubleArray x) |
static double |
absmax(DoubleArray x) |
static ComplexArray |
add(ComplexArray x,
ComplexArray y) |
static DoubleArray |
add(DoubleArray x,
double y) |
static DoubleArray |
add(DoubleArray x,
DoubleArray y) |
static DoubleMatrix |
add(DoubleMatrix x,
DoubleArray y) |
static DoubleMatrix |
add(DoubleMatrix x,
DoubleMatrix y) |
static void |
addX(DoubleArray x,
double y) |
static void |
addX(DoubleArray x,
DoubleArray y) |
static void |
addX(DoubleArray x,
DoubleArray y,
int from) |
static void |
addX(DoubleArray x,
int i,
double y) |
static BooleanArray |
and(BooleanArray x,
BooleanArray y) |
static int |
argmax(DoubleArray x) |
static int |
argmin(DoubleArray x) |
static DoubleArray |
autocorr(DoubleArray x) |
static DoubleArray |
concat(DoubleArray[] arrays) |
static boolean |
containsNaNInf(DoubleArray x) |
static boolean |
containsNaNInf(DoubleMatrix x) |
static DoubleArray |
conv(DoubleArray x,
DoubleArray y) |
static DoubleMatrix |
cov(DoubleMatrix x) |
static DoubleArray |
dB(DoubleArray x,
double base) |
static double |
det(DoubleMatrix x) |
static DoubleArray |
diag(DoubleMatrix x) |
static DoubleArray |
diff(DoubleArray x) |
static ComplexArray |
div(ComplexArray x,
ComplexArray y) |
static DoubleArray |
div(DoubleArray x,
double y) |
static DoubleArray |
div(DoubleArray x,
DoubleArray y) |
static DoubleMatrix |
div(DoubleMatrix x,
double y) |
static DoubleMatrix |
div(DoubleMatrix x,
DoubleArray y) |
static DoubleArray |
divide(DoubleArray x,
double y) |
static DoubleArray |
divide(DoubleArray x,
DoubleArray y) |
static DoubleMatrix |
divide(DoubleMatrix x,
double y) |
static DoubleMatrix |
divide(DoubleMatrix x,
DoubleArray y) |
static void |
divX(DoubleArray x,
double y) |
static void |
divX(DoubleArray x,
DoubleArray y) |
static DoubleMatrix[] |
eig(DoubleMatrix x) |
static ComplexNumber |
getAt(ComplexArray x,
int index) |
static double |
getAt(DoubleArray x,
int i) |
static double |
getAt(DoubleMatrix x,
int[] indices) |
static DoubleArray |
getColumn(DoubleMatrix x,
int index) |
static DoubleArray |
getImag(ComplexArray x) |
static DoubleArray |
getReal(ComplexArray x) |
static DoubleArray |
getRow(DoubleMatrix x,
int index) |
static BooleanArray |
greaterThan(DoubleArray x,
double y) |
static double |
Hz2cent(double x) |
static DoubleArray |
Hz2cent(DoubleArray x) |
static void |
Hz2centX(DoubleArray x) |
static int |
Hz2nn(double x) |
static double |
innerproduct(DoubleArray x,
DoubleArray y) |
static DoubleMatrix |
inv(DoubleMatrix x) |
static double |
iqr(DoubleArray x) |
static boolean |
isInf(DoubleMatrix x,
int i,
int j) |
static boolean |
isNaN(DoubleMatrix x,
int i,
int j) |
static boolean |
isNaNInf(DoubleMatrix x,
int i,
int j) |
static boolean |
isSquare(DoubleMatrix x) |
static BooleanArray |
lessThan(DoubleArray x,
double y) |
static void |
logX(DoubleArray x,
int a) |
static DoubleMatrix[] |
lu(DoubleMatrix x) |
static DoubleArray |
makeArithmeticSeries(double a,
double d,
int n) |
static DoubleArray |
makeArithmeticSeries(double a,
int n) |
static DoubleArray |
makeArithmeticSeries(int n) |
static DoubleArray |
mask(DoubleArray x,
BooleanArray mask,
double y) |
static double |
max(DoubleArray x) |
static double |
max(DoubleArray x,
Operations.MaxResult result) |
static double |
max(DoubleMatrix x) |
static DoubleArray |
mean(DoubleArray[] arrays) |
static DoubleArray |
mean(DoubleArray[] arrays,
int from,
int thru) |
static DoubleArray |
meancols(DoubleMatrix x) |
static DoubleArray |
meanrows(DoubleMatrix x) |
static double |
median(DoubleArray x) |
static double |
min(DoubleArray x) |
static double |
min(DoubleArray x,
Operations.MinResult result) |
static double |
min(DoubleMatrix x) |
static ComplexArray |
minus(ComplexArray x,
ComplexArray y) |
static DoubleArray |
minus(DoubleArray x,
double y) |
static DoubleArray |
minus(DoubleArray x,
DoubleArray y) |
static DoubleMatrix |
minus(DoubleMatrix x,
DoubleArray y) |
static DoubleMatrix |
minus(DoubleMatrix x,
DoubleMatrix y) |
static ComplexArray |
mul(ComplexArray x,
ComplexArray y) |
static DoubleArray |
mul(DoubleArray x,
double y) |
static DoubleArray |
mul(DoubleArray x,
DoubleArray y) |
static DoubleMatrix |
mul(DoubleMatrix x,
double y) |
static DoubleMatrix |
mul(DoubleMatrix x,
DoubleMatrix y) |
static ComplexArray |
multiply(ComplexArray x,
ComplexArray y) |
static DoubleArray |
multiply(DoubleArray x,
double y) |
static DoubleArray |
multiply(DoubleArray x,
DoubleArray y) |
static DoubleMatrix |
multiply(DoubleMatrix x,
double y) |
static DoubleMatrix |
multiply(DoubleMatrix x,
DoubleMatrix y) |
static void |
mulX(DoubleArray x,
double y) |
static void |
mulX(DoubleArray x,
DoubleArray y) |
static void |
mulX(DoubleArray x,
int i,
double y) |
static int |
nGreaterThan(DoubleArray x,
double y) |
static double |
nn2cent(double x) |
static DoubleArray |
nn2cent(DoubleArray x) |
static void |
nn2centX(DoubleArray x) |
static double |
nn2Hz(double nn) |
static double |
norm(DoubleArray x) |
static DoubleMatrix |
normalize(DoubleMatrix x) |
static int |
nZeroCross(DoubleArray x) |
static BooleanArray |
or(BooleanArray x,
BooleanArray y) |
static ComplexArray |
plus(ComplexArray x,
ComplexArray y) |
static DoubleArray |
plus(DoubleArray x,
double y) |
static DoubleArray |
plus(DoubleArray x,
DoubleArray y) |
static DoubleMatrix |
plus(DoubleMatrix x,
DoubleArray y) |
static DoubleMatrix |
plus(DoubleMatrix x,
DoubleMatrix y) |
static void |
putAt(ComplexArray x,
int index,
ComplexNumber value) |
static void |
putAt(ComplexArray x,
int index,
double[] value) |
static void |
putAt(DoubleArray x,
int i,
double value) |
static void |
putAt(DoubleMatrix x,
int[] indices,
double value) |
static DoubleMatrix[] |
qr(DoubleMatrix x) |
static double |
ratioTrue(BooleanArray x) |
static DoubleArray |
removeMask(DoubleArray x,
BooleanArray mask) |
static DoubleArray |
sdiff(DoubleArray x,
int srange) |
static DoubleArray |
sgsmooth(DoubleArray x,
int srange) |
static DoubleArray |
sigmoid(DoubleArray x,
double gain) |
static DoubleArray |
sort(DoubleArray x) |
static DoubleArray |
stdcols(DoubleMatrix x) |
static DoubleArray |
stdrows(DoubleMatrix x) |
static ComplexArray |
sub(ComplexArray x,
ComplexArray y) |
static DoubleArray |
sub(DoubleArray x,
double y) |
static DoubleArray |
sub(DoubleArray x,
DoubleArray y) |
static DoubleMatrix |
sub(DoubleMatrix x,
DoubleArray y) |
static DoubleMatrix |
sub(DoubleMatrix x,
DoubleMatrix y) |
static ComplexArray |
subarray(ComplexArray x,
int from,
int thru) |
static DoubleArray |
subarray(DoubleArray x,
int from,
int thru) |
static void |
subX(DoubleArray x,
double y) |
static void |
subX(DoubleArray x,
DoubleArray y) |
static double |
sum(DoubleArray x) |
static DoubleArray |
sum(DoubleArray[] arrays) |
static DoubleArray |
sum(DoubleArray[] arrays,
int from,
int thru) |
static double |
sum(DoubleArray x,
int from,
int thru) |
static DoubleArray |
sumcols(DoubleMatrix x) |
static double |
sumeven(DoubleArray x) |
static double |
sumodd(DoubleArray x) |
static DoubleArray |
sumrows(DoubleMatrix x) |
static DoubleMatrix[] |
svd(DoubleMatrix x) |
static DoubleMatrix |
toMatrixH(DoubleArray array) |
static DoubleMatrix |
toMatrixV(DoubleArray array) |
static DoubleMatrix |
transposeX(DoubleMatrix x) |