- launch(String...) - クラス のstaticメソッドio.github.kensuke1984.kibrary.external.ExternalProcess
-
- launch(List<String>) - クラス のstaticメソッドio.github.kensuke1984.kibrary.external.ExternalProcess
-
- LeastSquaresMethod - io.github.kensuke1984.kibrary.inversionのクラス
-
Least squares method.
- LeastSquaresMethod(RealMatrix, RealVector) - クラス のコンストラクタio.github.kensuke1984.kibrary.inversion.LeastSquaresMethod
-
Find m which gives minimum |d-Am|2.
- LeastSquaresMethod(RealMatrix, RealVector, double) - クラス のコンストラクタio.github.kensuke1984.kibrary.inversion.LeastSquaresMethod
-
Find m which gives minimum |d-Am|2 + λ|m|2.
- LeastSquaresMethod(RealMatrix, RealVector, double, RealMatrix, RealVector) - クラス のコンストラクタio.github.kensuke1984.kibrary.inversion.LeastSquaresMethod
-
- LetMeInvert - io.github.kensuke1984.kibrary.inversionのクラス
-
Let's invert
- LetMeInvert(Properties) - クラス のコンストラクタio.github.kensuke1984.kibrary.inversion.LetMeInvert
-
- LetMeInvert(Path, Set<Station>, ObservationEquation) - クラス のコンストラクタio.github.kensuke1984.kibrary.inversion.LetMeInvert
-
- likelihood(D) - インタフェース のメソッドio.github.kensuke1984.kibrary.inversion.montecarlo.DataComparator
-
- LineAppearance - io.github.kensuke1984.kibrary.external.gnuplotのクラス
-
Settings in gnuplot
- LineAppearance() - クラス のコンストラクタio.github.kensuke1984.kibrary.external.gnuplot.LineAppearance
-
- LinearEquation - io.github.kensuke1984.kibrary.mathのクラス
-
Solver for cubic equations with coefficients of real numbers.
- LinearEquation(double...) - クラス のコンストラクタio.github.kensuke1984.kibrary.math.LinearEquation
-
coef[i] * x^ i (i=0,...)
- LinearEquation(PolynomialFunction) - クラス のコンストラクタio.github.kensuke1984.kibrary.math.LinearEquation
-
Solver for polynomial function = 0
- listChannels(String[], GlobalCMTID, ChronoUnit, int, ChronoUnit, int) - クラス のstaticメソッドio.github.kensuke1984.kibrary.datarequest.Channel
-
- Location - io.github.kensuke1984.kibrary.utilのクラス
-
Location
Latitude (-180, 180) Longitude(-90, 90)Radius [0,∞)
This class is IMMUTABLE.
- Location(double, double, double) - クラス のコンストラクタio.github.kensuke1984.kibrary.util.Location
-
- locationsPath - クラス の変数io.github.kensuke1984.kibrary.dsminformation.InformationFileMaker
-
information file of locations of pertubation points.
- LowPassFilter - io.github.kensuke1984.kibrary.butterworthのクラス
-
斎藤正徳 漸化式ディジタルフィルタ
|B(σ)|**2 = 1/(1+σ**2n)
B(σ)= Π1/i(σ-σj)
バンドパス実装を目指す 透過域の振幅は1/(1+ap**2)以上
遮断域の振幅は1/(1+as**2)以下
ω=2πfΔt
f: frequency [Hz] Δt: sampling interval [s]
- LowPassFilter(double, double, double, double) - クラス のコンストラクタio.github.kensuke1984.kibrary.butterworth.LowPassFilter
-
- LowPassFilter(double, int) - クラス のコンストラクタio.github.kensuke1984.kibrary.butterworth.LowPassFilter
-
ap 透過域の最小振幅(1+Ap2)-1: 0.9
as 遮断域の最大振幅(1+As2)-1: 0.1