Categories of the Class PEST

Constructor Summary of all constructor methods
Converter Summary of all converter methods
Helper Summary of all helper methods
Internal Summary of all internal methods only for internal usage
Operator Summary of all operator methods
Output Summary of all output methods
Relational Operator Summary of all relational operator methods
Signal Processing Summary of all signal processing methods
Static Summary of all static methods

Constructor

pest Constructor for parameter estimates (pest) class.
rebuild Rebuilds the input objects using the history.

Back to Top Back to Top

Converter

double Overloads double() function for pest objects.
y Get the data property 'y'.

Back to Top Back to Top

Helper

combineExps Combine the results of different parameter estimation
computePdf Computes Probability Density Function from a pest object
created Returns a time object of the last modification.
creator Extract the creator(s) from the history.
csvexport Exports the data of an object to a csv file.
find Creates analysis objects from the selected parameter(s).
get Get a property of a object.
index Index into a 'ltpda_uoh' object array or matrix. This properly captures the history.
mcmcPlot M - Tool to visualise results of a MCMC sampling.
requirements Returns a list of LTPDA extension requirements for a given object.
search Select objects that match the given name.
setChain SETCHI2 Set the property 'chain'
setChi2 Set the property 'chi2'
setCorr Set the property 'corr'
setCov Set the property 'cov'
setDescription Sets the 'description' property of a ltpda_uo object.
setDof Set the property 'dof'
setDy Set the property 'dy'
setDyForParameter Sets the according dy-error for the specified parameter.
setModels Set the property 'models'
setName Sets the property 'name' of an ltpda_uoh object.
setNames Set the property 'names'
setPdf Set the property 'pdf'
setPlotAxes Sets the 'axes' property of a the object's plotinfo.
setPlotColor Sets the color of a the object's plotinfo.
setPlotFigure Sets the 'figure' property of a the object's plotinfo.
setPlotFillmarker Defines if the plot function fill the marker or not.
setPlotLineStyle Sets the linestyle of a the object's plotinfo.
setPlotLinewidth Sets the linewidth of a the object's plotinfo.
setPlotMarker Sets the marker of a the object's plotinfo.
setPlotMarkerEdgeColor Sets the color of a the object's marker edge.
setPlotMarkerFaceColor Sets the color of a the object's marker face.
setPlotMarkersize Sets the markersize of a the object's plotinfo.
setPlotinfo Sets the 'plotinfo' property of a ltpda_uoh object.
setPlottingStyle Sets the style property of a the object's plotinfo.
setProcinfo Sets the 'procinfo' property of a ltpda_uoh object.
setShowsErrors Sets the 'showErrors' property of a the object's plotinfo.
setXvals Sets the 'xvals' property of the underlying smodel object.
setY Set the property 'y'
setYforParameter Sets the according y-value for the specified parameter.
setYunits Set the property 'yunits'
setYunitsForParameter Sets the according y-unit for the specified parameter.
simplifyYunits Simplifies the units of parameters in a pest
tdChi2 Computes the chi-square for a parameter estimate.
viewResults Displays the content of the pest object as an html report.

Back to Top Back to Top

Internal

bsubmit Submits the given collection of objects in binary form to an LTPDA repository
generateConstructorPlist Generates a PLIST from the properties which can rebuild the object.
isprop Tests if the given field is one of the object properties.
plot The pest objects on the given axes.
string Writes a command string that can be used to recreate the input object(s).
submit Submits the given collection of objects to an LTPDA repository
type Converts the input objects to MATLAB functions.
update Updates the given object in an LTPDA repository

Back to Top Back to Top

Operator

mve Minimum Volume Ellipsoid estimator

Back to Top Back to Top

Output

char Convert a pest object into a string.
display Overloads display functionality for pest objects.
jtable Display the parameters from PEST objects in a java table.
report Generates an HTML report about the input objects.
save Overloads save operator for ltpda objects.
table Display the parameters from PEST objects in a java table.
viewHistory Displays the history of an object as a dot-view or a MATLAB figure.

Back to Top Back to Top

Relational Operator

isequal Overloads the isequal operator for ltpda objects.

Back to Top Back to Top

Signal Processing

eval Evaluate a pest object

Back to Top Back to Top

Static

SETS (No help available)
getBuiltInModels Returns a list of the built-in AO models found on the
getDefaultPlist (No help available)
getInfo (No help available)
initObjectWithSize (No help available)
retrieve Retrieves a collection of objects from an LTPDA repository.

Back to Top Back to Top


©LTP Team