Package org.bytedeco.gsl
Class gsl_multifit_robust_stats
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_multifit_robust_stats
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_multifit_robust_stats extends Pointer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description gsl_multifit_robust_stats()Default native constructor.gsl_multifit_robust_stats(long size)Native array allocator.gsl_multifit_robust_stats(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleadj_Rsq()gsl_multifit_robust_statsadj_Rsq(double setter)longdof()gsl_multifit_robust_statsdof(long setter)gsl_multifit_robust_statsgetPointer(long i)longnumit()gsl_multifit_robust_statsnumit(long setter)gsl_multifit_robust_statsposition(long position)gsl_vectorr()gsl_multifit_robust_statsr(gsl_vector setter)doublermse()gsl_multifit_robust_statsrmse(double setter)doubleRsq()gsl_multifit_robust_statsRsq(double setter)doublesigma()gsl_multifit_robust_statssigma(double setter)doublesigma_mad()gsl_multifit_robust_statssigma_mad(double setter)doublesigma_ols()gsl_multifit_robust_statssigma_ols(double setter)doublesigma_rob()gsl_multifit_robust_statssigma_rob(double setter)doublesse()gsl_multifit_robust_statssse(double setter)gsl_vectorweights()gsl_multifit_robust_statsweights(gsl_vector setter)-
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Constructor Detail
-
gsl_multifit_robust_stats
public gsl_multifit_robust_stats()
Default native constructor.
-
gsl_multifit_robust_stats
public gsl_multifit_robust_stats(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_multifit_robust_stats
public gsl_multifit_robust_stats(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_multifit_robust_stats position(long position)
-
getPointer
public gsl_multifit_robust_stats getPointer(long i)
- Overrides:
getPointerin classPointer
-
sigma_ols
public double sigma_ols()
-
sigma_ols
public gsl_multifit_robust_stats sigma_ols(double setter)
-
sigma_mad
public double sigma_mad()
-
sigma_mad
public gsl_multifit_robust_stats sigma_mad(double setter)
-
sigma_rob
public double sigma_rob()
-
sigma_rob
public gsl_multifit_robust_stats sigma_rob(double setter)
-
sigma
public double sigma()
-
sigma
public gsl_multifit_robust_stats sigma(double setter)
-
Rsq
public double Rsq()
-
Rsq
public gsl_multifit_robust_stats Rsq(double setter)
-
adj_Rsq
public double adj_Rsq()
-
adj_Rsq
public gsl_multifit_robust_stats adj_Rsq(double setter)
-
rmse
public double rmse()
-
rmse
public gsl_multifit_robust_stats rmse(double setter)
-
sse
public double sse()
-
sse
public gsl_multifit_robust_stats sse(double setter)
-
dof
@Cast("size_t") public long dof()
-
dof
public gsl_multifit_robust_stats dof(long setter)
-
numit
@Cast("size_t") public long numit()
-
numit
public gsl_multifit_robust_stats numit(long setter)
-
weights
public gsl_vector weights()
-
weights
public gsl_multifit_robust_stats weights(gsl_vector setter)
-
r
public gsl_vector r()
-
r
public gsl_multifit_robust_stats r(gsl_vector setter)
-
-