|
Rename Method private Ar(survivalFunction AssociativeArray2D, r int) : double renamed to private ar(survivalFunction AssociativeArray2D, r int) : double in class com.datumbox.framework.statistics.descriptivestatistics.CensoredDescriptives |
From |
To |
|
Rename Method public GammaCdf(x double, a double, b double) : double renamed to public gammaCdf(x double, a double, b double) : double in class com.datumbox.framework.statistics.distributions.ContinuousDistributions |
From |
To |
|
Rename Method public PoissonCdf(k int, lamda double) : double renamed to public poissonCdf(k int, lamda double) : double in class com.datumbox.framework.statistics.distributions.DiscreteDistributions |
From |
To |
|
Rename Method public load(name String, klass Class<T>) : T renamed to public loadObject(name String, klass Class<T>) : T in class com.datumbox.common.persistentstorage.interfaces.DatabaseConnector |
From |
To |
|
Rename Method private LibSVMTrainer(trainingData Dataframe) : void renamed to private libSVMTrainer(trainingData Dataframe) : void in class com.datumbox.framework.machinelearning.classification.SupportVectorMachine |
From |
To |
|
Rename Method public save(name String, serializableObject T) : void renamed to public saveObject(name String, serializableObject T) : void in class com.datumbox.common.persistentstorage.inmemory.InMemoryConnector |
From |
To |
|
Rename Method public BinomialCdf(k int, p double, n int) : double renamed to public binomialCdf(k int, p double, n int) : double in class com.datumbox.framework.statistics.distributions.DiscreteDistributions |
From |
To |
|
Rename Method public GeometricCdf(k int, p double) : double renamed to public geometricCdf(k int, p double) : double in class com.datumbox.framework.statistics.distributions.DiscreteDistributions |
From |
To |
|
Rename Method public GaussCdf(z double) : double renamed to public gaussCdf(z double) : double in class com.datumbox.framework.statistics.distributions.ContinuousDistributions |
From |
To |
|
Rename Method public StudentsCdf(x double, df int) : double renamed to public studentsCdf(x double, df int) : double in class com.datumbox.framework.statistics.distributions.ContinuousDistributions |
From |
To |
|
Rename Method public save(name String, serializableObject T) : void renamed to public saveObject(name String, serializableObject T) : void in class com.datumbox.common.persistentstorage.mapdb.MapDBConnector |
From |
To |
|
Rename Method protected GammaCdf(x double, a double) : double renamed to protected gammaCdf(x double, a double) : double in class com.datumbox.framework.statistics.distributions.ContinuousDistributions |
From |
To |
|
Rename Method public existsDatabase() : boolean renamed to public clear() : void in class com.datumbox.common.persistentstorage.interfaces.DatabaseConnector |
From |
To |
|
Rename Method public UniformCdf(k int, n int) : double renamed to public uniformCdf(k int, n int) : double in class com.datumbox.framework.statistics.distributions.DiscreteDistributions |
From |
To |
|
Rename Method public dropDatabase() : void renamed to public clear() : void in class com.datumbox.common.persistentstorage.interfaces.DatabaseConnector |
From |
To |
|
Rename Method public GaussInverseCdf(p double) : double renamed to public gaussInverseCdf(p double) : double in class com.datumbox.framework.statistics.distributions.ContinuousDistributions |
From |
To |
|
Rename Method public UniformCdf(x double, a double, b double) : double renamed to public uniformCdf(x double, a double, b double) : double in class com.datumbox.framework.statistics.distributions.ContinuousDistributions |
From |
To |
|
Rename Method public NegativeBinomial(n int, r int, p double) : double renamed to public negativeBinomial(n int, r int, p double) : double in class com.datumbox.framework.statistics.distributions.DiscreteDistributions |
From |
To |
|
Rename Method public Kolmogorov(z double) : double renamed to public kolmogorov(z double) : double in class com.datumbox.framework.statistics.distributions.ContinuousDistributions |
From |
To |
|
Rename Method public ChisquareCdf(x double, df int) : double renamed to public chisquareCdf(x double, df int) : double in class com.datumbox.framework.statistics.distributions.ContinuousDistributions |
From |
To |
|
Rename Method private isOpenDatabase(db DB) : boolean renamed to private isOpenDB(db DB) : boolean in class com.datumbox.common.persistentstorage.mapdb.MapDBConnector |
From |
To |
|
Rename Method public Poisson(k int, lamda double) : double renamed to public poisson(k int, lamda double) : double in class com.datumbox.framework.statistics.distributions.DiscreteDistributions |
From |
To |
|
Rename Method public save(name String, serializableObject T) : void renamed to public saveObject(name String, serializableObject T) : void in class com.datumbox.common.persistentstorage.interfaces.DatabaseConnector |
From |
To |
|
Rename Method public Geometric(k int, p double) : double renamed to public geometric(k int, p double) : double in class com.datumbox.framework.statistics.distributions.DiscreteDistributions |
From |
To |
|
Rename Method protected Gcf(x double, A double) : double renamed to protected gCf(x double, A double) : double in class com.datumbox.framework.statistics.distributions.ContinuousDistributions |
From |
To |
|
Rename Method public FCdf(x double, f1 int, f2 int) : double renamed to public fCdf(x double, f1 int, f2 int) : double in class com.datumbox.framework.statistics.distributions.ContinuousDistributions |
From |
To |
|
Rename Method public ExponentialCdf(x double, lamda double) : double renamed to public exponentialCdf(x double, lamda double) : double in class com.datumbox.framework.statistics.distributions.ContinuousDistributions |
From |
To |
|
Rename Method public Hypergeometric(k int, n int, Kp int, Np int) : double renamed to public hypergeometric(k int, n int, Kp int, Np int) : double in class com.datumbox.framework.statistics.distributions.DiscreteDistributions |
From |
To |
|
Rename Method public HypergeometricCdf(k int, n int, Kp int, Np int) : double renamed to public hypergeometricCdf(k int, n int, Kp int, Np int) : double in class com.datumbox.framework.statistics.distributions.DiscreteDistributions |
From |
To |
|
Rename Method public BernoulliCdf(k int, p double) : double renamed to public bernoulliCdf(k int, p double) : double in class com.datumbox.framework.statistics.distributions.DiscreteDistributions |
From |
To |
|
Rename Method public Bernoulli(k boolean, p double) : double renamed to public bernoulli(k boolean, p double) : double in class com.datumbox.framework.statistics.distributions.DiscreteDistributions |
From |
To |
|
Rename Method public load(name String, klass Class<T>) : T renamed to public loadObject(name String, klass Class<T>) : T in class com.datumbox.common.persistentstorage.mapdb.MapDBConnector |
From |
To |
|
Rename Method public Nbar(clusterIdList TransposeDataList) : double renamed to public nBar(clusterIdList TransposeDataList) : double in class com.datumbox.framework.statistics.sampling.ClusterSampling |
From |
To |
|
Rename Method public Binomial(k int, p double, n int) : double renamed to public binomial(k int, p double, n int) : double in class com.datumbox.framework.statistics.distributions.DiscreteDistributions |
From |
To |
|
Rename Method private ShapiroWilkW(x Double[]) : double renamed to private shapiroWilkW(x Double[]) : double in class com.datumbox.framework.statistics.nonparametrics.onesample.ShapiroWilk |
From |
To |
|
Rename Method protected Gser(x double, A double) : double renamed to protected gSer(x double, A double) : double in class com.datumbox.framework.statistics.distributions.ContinuousDistributions |
From |
To |
|
Rename Method private openDatabase(dbType DatabaseType) : DB renamed to private openDB(dbType DatabaseType) : DB in class com.datumbox.common.persistentstorage.mapdb.MapDBConnector |
From |
To |
|
Rename Method public load(name String, klass Class<T>) : T renamed to public loadObject(name String, klass Class<T>) : T in class com.datumbox.common.persistentstorage.inmemory.InMemoryConnector |
From |
To |
|
Rename Method public BetaCdf(x double, a double, b double) : double renamed to public betaCdf(x double, a double, b double) : double in class com.datumbox.framework.statistics.distributions.ContinuousDistributions |
From |
To |
|
Rename Method protected Betinc(x double, A double, B double) : double renamed to protected betinc(x double, A double, B double) : double in class com.datumbox.framework.statistics.distributions.ContinuousDistributions |
From |
To |
|
Rename Method public existsDatabase() : boolean renamed to public clear() : void in class com.datumbox.common.persistentstorage.inmemory.InMemoryConnector |
From |
To |
|
Rename Method public NegativeBinomialCdf(n int, r int, p double) : double renamed to public negativeBinomialCdf(n int, r int, p double) : double in class com.datumbox.framework.statistics.distributions.DiscreteDistributions |
From |
To |
|
Rename Method public Uniform(n int) : double renamed to public uniform(n int) : double in class com.datumbox.framework.statistics.distributions.DiscreteDistributions |
From |
To |
|
Rename Method public dropDatabase() : void renamed to public clear() : void in class com.datumbox.common.persistentstorage.mapdb.MapDBConnector |
From |
To |
|
Rename Method public ChisquareInverseCdf(p double, df int) : double renamed to public chisquareInverseCdf(p double, df int) : double in class com.datumbox.framework.statistics.distributions.ContinuousDistributions |
From |
To |
|
Rename Method public LogGamma(Z double) : double renamed to public logGamma(Z double) : double in class com.datumbox.framework.statistics.distributions.ContinuousDistributions |
From |
To |