comparison m-toolbox/html_help/help/ug/class_desc_pest.html @ 0:f0afece42f48

Import.
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Wed, 23 Nov 2011 19:22:13 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f0afece42f48
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
3
4 <html lang="en">
5 <head>
6 <meta name="generator" content=
7 "HTML Tidy for Mac OS X (vers 1st December 2004), see www.w3.org">
8 <meta http-equiv="Content-Type" content=
9 "text/html; charset=us-ascii">
10
11 <title>pest Class (LTPDA Toolbox)</title>
12 <link rel="stylesheet" href="docstyle.css" type="text/css">
13 <meta name="generator" content="DocBook XSL Stylesheets V1.52.2">
14 <meta name="description" content=
15 "Presents an overview of the features, system requirements, and starting the toolbox.">
16 </head>
17
18 <body>
19 <a name="top_of_page" id="top_of_page"></a>
20
21 <p style="font-size:1px;">&nbsp;</p>
22
23 <table class="nav" summary="Navigation aid" border="0" width=
24 "100%" cellpadding="0" cellspacing="0">
25 <tr>
26 <td valign="baseline"><b>LTPDA Toolbox</b></td><td><a href="../helptoc.html">contents</a></td>
27
28 <td valign="baseline" align="right"><a href=
29 "class_desc_parfrac.html"><img src="b_prev.gif" border="0" align=
30 "bottom" alt="parfrac Class"></a>&nbsp;&nbsp;&nbsp;<a href=
31 "class_desc_plist.html"><img src="b_next.gif" border="0" align=
32 "bottom" alt="plist Class"></a></td>
33 </tr>
34 </table>
35
36 <h1 class="title"><a name="f3-12899" id="f3-12899"></a>pest Class</h1>
37 <hr>
38
39 <p>
40
41 <!-- ================================================== -->
42 <!-- BEGIN CONTENT FILE -->
43 <!-- ================================================== -->
44 <!-- ===== link box: Begin ===== -->
45 <p>
46 <table border="1" width="80%">
47 <tr>
48 <td>
49 <table border="0" cellpadding="5" class="categorylist" width="100%">
50 <colgroup>
51 <col width="37%"/>
52 <col width="63%"/>
53 </colgroup>
54 <tbody>
55 <tr valign="top">
56 <td>
57 <a href="class_desc_pest.html#top_properties">Properties</a>
58 </td>
59 <td>Properties of the class</td>
60 </tr>
61 <tr valign="top">
62 <td>
63 <a href="class_desc_pest.html#top_methods">Methods</a>
64 </td>
65 <td>All Methods of the class ordered by category.</td>
66 </tr>
67 <tr valign="top">
68 <td>
69 <a href="constructor_examples_pest.html">Examples</a>
70 </td>
71 <td>Some constructor examples</td>
72 </tr>
73 </tbody>
74 </table>
75 </td>
76 </tr>
77 </table>
78 </p>
79 <!-- ===== link box: End ====== -->
80
81 <!-- ===== Back to Class descriptions ===== -->
82 <a href="class_desc_main.html">
83 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Class descriptions"/>
84 Back to Class descriptions
85 </a>
86
87 <h2 class="title"><a name="top_properties"/>Properties</h2>
88 <p>
89 The LTPDA toolbox restrict access of the properties.<br></br>
90 The get access is 'public' and thus it is possible to get the values with the dot-command (similar to structures).<br></br>
91 <pre class="programlisting">For example:<br></br>val = obj.prop(2).prop;</pre>
92 The set access is 'protected' and thus it is only possible to assign a value to a property with a set-method.
93 <pre class="programlisting">
94 For example:
95 obj2 = obj1.setName(<span class="string">'my name'</span>) <span class="comment">% This command creates a copy of obj1 (obj1 ~= obj2)</span>
96 obj.setName(<span class="string">'my name'</span>); <span class="comment">% This command applies to obj</span> </pre>
97 </p>
98 <!-- ===== Properties ===== -->
99 <p>
100 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%">
101 <colgroup>
102 <col width="15%"/>
103 <col width="73%"/>
104 <col width="12%"/>
105 </colgroup>
106 <thead>
107 <tr valign="top">
108 <th class="categorylist">Properties</th>
109 <th class="categorylist">Description</th>
110 <th class="categorylist">Defined in class</th>
111 </tr>
112 </thead>
113 <tbody>
114 <!-- Property: 'dy' -->
115 <tr valign="top">
116 <td bgcolor="#f3f4f5">
117 <p><a href="matlab:doc('pest.dy')">dy</a></p>
118 </td>
119 <td bgcolor="#f3f4f5">
120 <p>standard errors of the parameters.</p>
121 </td>
122 <td bgcolor="#f3f4f5">
123 <p>pest</p>
124 </td>
125 </tr>
126 <!-- Property: 'y' -->
127 <tr valign="top">
128 <td>
129 <p><a href="matlab:doc('pest.y')">y</a></p>
130 </td>
131 <td>
132 <p>best fit parameters</p>
133 </td>
134 <td>
135 <p>pest</p>
136 </td>
137 </tr>
138 <!-- Property: 'names' -->
139 <tr valign="top">
140 <td bgcolor="#f3f4f5">
141 <p><a href="matlab:doc('pest.names')">names</a></p>
142 </td>
143 <td bgcolor="#f3f4f5">
144 <p>names of the parameters, if any</p>
145 </td>
146 <td bgcolor="#f3f4f5">
147 <p>pest</p>
148 </td>
149 </tr>
150 <!-- Property: 'yunits' -->
151 <tr valign="top">
152 <td>
153 <p><a href="matlab:doc('pest.yunits')">yunits</a></p>
154 </td>
155 <td>
156 <p>the units of each parameter</p>
157 </td>
158 <td>
159 <p>pest</p>
160 </td>
161 </tr>
162 <!-- Property: 'pdf' -->
163 <tr valign="top">
164 <td bgcolor="#f3f4f5">
165 <p><a href="matlab:doc('pest.pdf')">pdf</a></p>
166 </td>
167 <td bgcolor="#f3f4f5">
168 <p>posterior probability distribution of the parameters</p>
169 </td>
170 <td bgcolor="#f3f4f5">
171 <p>pest</p>
172 </td>
173 </tr>
174 <!-- Property: 'cov' -->
175 <tr valign="top">
176 <td>
177 <p><a href="matlab:doc('pest.cov')">cov</a></p>
178 </td>
179 <td>
180 <p>covariance matrix of the parameters</p>
181 </td>
182 <td>
183 <p>pest</p>
184 </td>
185 </tr>
186 <!-- Property: 'corr' -->
187 <tr valign="top">
188 <td bgcolor="#f3f4f5">
189 <p><a href="matlab:doc('pest.corr')">corr</a></p>
190 </td>
191 <td bgcolor="#f3f4f5">
192 <p>correlation matrix of the parameters</p>
193 </td>
194 <td bgcolor="#f3f4f5">
195 <p>pest</p>
196 </td>
197 </tr>
198 <!-- Property: 'chi2' -->
199 <tr valign="top">
200 <td>
201 <p><a href="matlab:doc('pest.chi2')">chi2</a></p>
202 </td>
203 <td>
204 <p>reduced chi^2 of the final fit</p>
205 </td>
206 <td>
207 <p>pest</p>
208 </td>
209 </tr>
210 <!-- Property: 'dof' -->
211 <tr valign="top">
212 <td bgcolor="#f3f4f5">
213 <p><a href="matlab:doc('pest.dof')">dof</a></p>
214 </td>
215 <td bgcolor="#f3f4f5">
216 <p>degrees of freedom</p>
217 </td>
218 <td bgcolor="#f3f4f5">
219 <p>pest</p>
220 </td>
221 </tr>
222 <!-- Property: 'chain' -->
223 <tr valign="top">
224 <td>
225 <p><a href="matlab:doc('pest.chain')">chain</a></p>
226 </td>
227 <td>
228 <p>monte carlo markov chain</p>
229 </td>
230 <td>
231 <p>pest</p>
232 </td>
233 </tr>
234 <!-- Property: 'models' -->
235 <tr valign="top">
236 <td bgcolor="#f3f4f5">
237 <p><a href="matlab:doc('pest.models')">models</a></p>
238 </td>
239 <td bgcolor="#f3f4f5">
240 <p>models that were fit</p>
241 </td>
242 <td bgcolor="#f3f4f5">
243 <p>pest</p>
244 </td>
245 </tr>
246 <!-- Property: 'hist' -->
247 <tr valign="top">
248 <td>
249 <p><a href="matlab:doc('pest.hist')">hist</a></p>
250 </td>
251 <td>
252 <p>history of the object (history object)</p>
253 </td>
254 <td>
255 <p>ltpda_uoh</p>
256 </td>
257 </tr>
258 <!-- Property: 'procinfo' -->
259 <tr valign="top">
260 <td bgcolor="#f3f4f5">
261 <p><a href="matlab:doc('pest.procinfo')">procinfo</a></p>
262 </td>
263 <td bgcolor="#f3f4f5">
264 <p>plist with additional information for an object.</p>
265 </td>
266 <td bgcolor="#f3f4f5">
267 <p>ltpda_uoh</p>
268 </td>
269 </tr>
270 <!-- Property: 'plotinfo' -->
271 <tr valign="top">
272 <td>
273 <p><a href="matlab:doc('pest.plotinfo')">plotinfo</a></p>
274 </td>
275 <td>
276 <p>plist with the plot information</p>
277 </td>
278 <td>
279 <p>ltpda_uoh</p>
280 </td>
281 </tr>
282 <!-- Property: 'name' -->
283 <tr valign="top">
284 <td bgcolor="#f3f4f5">
285 <p><a href="matlab:doc('pest.name')">name</a></p>
286 </td>
287 <td bgcolor="#f3f4f5">
288 <p>name of the object</p>
289 </td>
290 <td bgcolor="#f3f4f5">
291 <p>ltpda_uo</p>
292 </td>
293 </tr>
294 <!-- Property: 'description' -->
295 <tr valign="top">
296 <td>
297 <p><a href="matlab:doc('pest.description')">description</a></p>
298 </td>
299 <td>
300 <p>description of the object</p>
301 </td>
302 <td>
303 <p>ltpda_uo</p>
304 </td>
305 </tr>
306 <!-- Property: 'mdlfile' -->
307 <tr valign="top">
308 <td bgcolor="#f3f4f5">
309 <p><a href="matlab:doc('pest.mdlfile')">mdlfile</a></p>
310 </td>
311 <td bgcolor="#f3f4f5">
312 <p>model xml file of the LTPDAworkbench</p>
313 </td>
314 <td bgcolor="#f3f4f5">
315 <p>ltpda_uo</p>
316 </td>
317 </tr>
318 <!-- Property: 'UUID' -->
319 <tr valign="top">
320 <td>
321 <p><a href="matlab:doc('pest.UUID')">UUID</a></p>
322 </td>
323 <td>
324 <p>Universally Unique Identifier of 128-bit</p>
325 </td>
326 <td>
327 <p>ltpda_uo</p>
328 </td>
329 </tr>
330 </tbody>
331 </table>
332 </p>
333
334 <!-- ===== Top of page ===== -->
335 <a href="#top_of_page">
336 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top"/>
337 Back to Top
338 </a>
339
340 <h2 class="title"><a name="top_methods"/>Methods</h2>
341 <!-- ===== link box: Begin ===== -->
342 <p>
343 <table border="1" width="80%">
344 <tr>
345 <td>
346 <table border="0" cellpadding="5" class="subcategorylist" width="100%">
347 <colgroup>
348 <col width="37%"/>
349 <col width="63%"/>
350 </colgroup>
351 <tbody>
352 <tr valign="top">
353 <td>
354 <a href="class_desc_pest.html#constructor">Constructor</a>
355 </td>
356 <td>Constructor of this class</td>
357 </tr>
358 <tr valign="top">
359 <td>
360 <a href="class_desc_pest.html#helper">Helper</a>
361 </td>
362 <td>Helper methods only for internal usage</td>
363 </tr>
364 <tr valign="top">
365 <td>
366 <a href="class_desc_pest.html#internal">Internal</a>
367 </td>
368 <td>Internal methods only for internal usage</td>
369 </tr>
370 <tr valign="top">
371 <td>
372 <a href="class_desc_pest.html#output">Output</a>
373 </td>
374 <td>Output methods</td>
375 </tr>
376 <tr valign="top">
377 <td>
378 <a href="class_desc_pest.html#relational_operator">Relational Operator</a>
379 </td>
380 <td>Relational operator methods</td>
381 </tr>
382 <tr valign="top">
383 <td>
384 <a href="class_desc_pest.html#signal_processing">Signal Processing</a>
385 </td>
386 <td>Signal processing methods</td>
387 </tr>
388 </tbody>
389 </table>
390 </td>
391 </tr>
392 </table>
393 </p>
394 <!-- ===== link box: End ====== -->
395
396 <!-- ===== Top of page ===== -->
397 <a href="#top_of_page">
398 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top"/>
399 Back to Top
400 </a>
401
402 <!-- ===== Methods Category: Constructor ===== -->
403 <h3 class="title"><a name="constructor"/>Constructor</h3>
404 <p>
405 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%">
406 <colgroup>
407 <col width="15%"/>
408 <col width="73%"/>
409 <col width="12%"/>
410 </colgroup>
411 <thead>
412 <tr valign="top">
413 <th class="categorylist">Methods</th>
414 <th class="categorylist">Description</th>
415 <th class="categorylist">Defined in class</th>
416 </tr>
417 </thead>
418 <tbody>
419 <!-- ltpda_uoh/rebuild -->
420 <tr valign="top">
421 <td bgcolor="#f3f4f5">
422 <p><a href="matlab:doc('pest/rebuild')">rebuild</a></p>
423 </td>
424 <td bgcolor="#f3f4f5">
425 <p>REBUILD rebuilds the input objects using the history.</p>
426 </td>
427 <td bgcolor="#f3f4f5">
428 <p>ltpda_uoh</p>
429 </td>
430 </tr>
431 <!-- pest/pest -->
432 <tr valign="top">
433 <td>
434 <p><a href="matlab:doc('pest')">pest</a></p>
435 </td>
436 <td>
437 <p>PEST constructor for parameter estimates (pest) class.</p>
438 </td>
439 <td>
440 <p>pest</p>
441 </td>
442 </tr>
443 </tbody>
444 </table>
445 <!-- ===== Back to Top of Methods ===== -->
446 <a href="#top_methods">
447 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/>
448 Back to Top of Section
449 </a>
450
451 </p>
452
453 <!-- ===== Methods Category: Helper ===== -->
454 <h3 class="title"><a name="helper"/>Helper</h3>
455 <p>
456 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%">
457 <colgroup>
458 <col width="15%"/>
459 <col width="73%"/>
460 <col width="12%"/>
461 </colgroup>
462 <thead>
463 <tr valign="top">
464 <th class="categorylist">Methods</th>
465 <th class="categorylist">Description</th>
466 <th class="categorylist">Defined in class</th>
467 </tr>
468 </thead>
469 <tbody>
470 <!-- ltpda_obj/get -->
471 <tr valign="top">
472 <td bgcolor="#f3f4f5">
473 <p><a href="matlab:doc('pest/get')">get</a></p>
474 </td>
475 <td bgcolor="#f3f4f5">
476 <p>GET get a property of a object.</p>
477 </td>
478 <td bgcolor="#f3f4f5">
479 <p>ltpda_obj</p>
480 </td>
481 </tr>
482 <!-- ltpda_uoh/created -->
483 <tr valign="top">
484 <td>
485 <p><a href="matlab:doc('pest/created')">created</a></p>
486 </td>
487 <td>
488 <p>CREATED Returns a time object of the last modification.</p>
489 </td>
490 <td>
491 <p>ltpda_uoh</p>
492 </td>
493 </tr>
494 <!-- ltpda_uoh/creator -->
495 <tr valign="top">
496 <td bgcolor="#f3f4f5">
497 <p><a href="matlab:doc('pest/creator')">creator</a></p>
498 </td>
499 <td bgcolor="#f3f4f5">
500 <p>CREATOR Extract the creator(s) from the history.</p>
501 </td>
502 <td bgcolor="#f3f4f5">
503 <p>ltpda_uoh</p>
504 </td>
505 </tr>
506 <!-- ltpda_uoh/csvexport -->
507 <tr valign="top">
508 <td>
509 <p><a href="matlab:doc('pest/csvexport')">csvexport</a></p>
510 </td>
511 <td>
512 <p>CSVEXPORT Exports the data of an object to a csv file.</p>
513 </td>
514 <td>
515 <p>ltpda_uoh</p>
516 </td>
517 </tr>
518 <!-- ltpda_uoh/index -->
519 <tr valign="top">
520 <td bgcolor="#f3f4f5">
521 <p><a href="matlab:doc('pest/index')">index</a></p>
522 </td>
523 <td bgcolor="#f3f4f5">
524 <p>INDEX index into a 'ltpda_uoh' object array or matrix. This properly captures the history.</p>
525 </td>
526 <td bgcolor="#f3f4f5">
527 <p>ltpda_uoh</p>
528 </td>
529 </tr>
530 <!-- ltpda_uoh/requirements -->
531 <tr valign="top">
532 <td>
533 <p><a href="matlab:doc('pest/requirements')">requirements</a></p>
534 </td>
535 <td>
536 <p>REQUIREMENTS Returns a list of LTPDA extension requirements for a given object.</p>
537 </td>
538 <td>
539 <p>ltpda_uoh</p>
540 </td>
541 </tr>
542 <!-- ltpda_uoh/setDescription -->
543 <tr valign="top">
544 <td bgcolor="#f3f4f5">
545 <p><a href="matlab:doc('pest/setDescription')">setDescription</a></p>
546 </td>
547 <td bgcolor="#f3f4f5">
548 <p>SETDESCRIPTION sets the 'description' property of a ltpda_uoh object.</p>
549 </td>
550 <td bgcolor="#f3f4f5">
551 <p>ltpda_uoh</p>
552 </td>
553 </tr>
554 <!-- ltpda_uoh/setMdlfile -->
555 <tr valign="top">
556 <td>
557 <p><a href="matlab:doc('pest/setMdlfile')">setMdlfile</a></p>
558 </td>
559 <td>
560 <p>SETMDLFILE sets the 'mdlfile' property of a ltpda_uoh object.</p>
561 </td>
562 <td>
563 <p>ltpda_uoh</p>
564 </td>
565 </tr>
566 <!-- ltpda_uoh/setName -->
567 <tr valign="top">
568 <td bgcolor="#f3f4f5">
569 <p><a href="matlab:doc('pest/setName')">setName</a></p>
570 </td>
571 <td bgcolor="#f3f4f5">
572 <p>SETNAME Sets the property 'name' of an ltpda_uoh object.</p>
573 </td>
574 <td bgcolor="#f3f4f5">
575 <p>ltpda_uoh</p>
576 </td>
577 </tr>
578 <!-- ltpda_uoh/setPlotinfo -->
579 <tr valign="top">
580 <td>
581 <p><a href="matlab:doc('pest/setPlotinfo')">setPlotinfo</a></p>
582 </td>
583 <td>
584 <p>SETPLOTINFO sets the 'plotinfo' property of a ltpda_uoh object.</p>
585 </td>
586 <td>
587 <p>ltpda_uoh</p>
588 </td>
589 </tr>
590 <!-- ltpda_uoh/setProcinfo -->
591 <tr valign="top">
592 <td bgcolor="#f3f4f5">
593 <p><a href="matlab:doc('pest/setProcinfo')">setProcinfo</a></p>
594 </td>
595 <td bgcolor="#f3f4f5">
596 <p>SETPROCINFO sets the 'procinfo' property of a ltpda_uoh object.</p>
597 </td>
598 <td bgcolor="#f3f4f5">
599 <p>ltpda_uoh</p>
600 </td>
601 </tr>
602 <!-- pest/combineExps -->
603 <tr valign="top">
604 <td>
605 <p><a href="matlab:doc('pest/combineExps')">combineExps</a></p>
606 </td>
607 <td>
608 <p>combineExps combine the results of different parameter estimation</p>
609 </td>
610 <td>
611 <p>pest</p>
612 </td>
613 </tr>
614 <!-- pest/comparePests -->
615 <tr valign="top">
616 <td bgcolor="#f3f4f5">
617 <p><a href="matlab:doc('pest/comparePests')">comparePests</a></p>
618 </td>
619 <td bgcolor="#f3f4f5">
620 <p>comparePests compares two parameter estimates.</p>
621 </td>
622 <td bgcolor="#f3f4f5">
623 <p>pest</p>
624 </td>
625 </tr>
626 <!-- pest/find -->
627 <tr valign="top">
628 <td>
629 <p><a href="matlab:doc('pest/find')">find</a></p>
630 </td>
631 <td>
632 <p>FIND Creates analysis objects from the selected parameter(s).</p>
633 </td>
634 <td>
635 <p>pest</p>
636 </td>
637 </tr>
638 <!-- pest/setChain -->
639 <tr valign="top">
640 <td bgcolor="#f3f4f5">
641 <p><a href="matlab:doc('pest/setChain')">setChain</a></p>
642 </td>
643 <td bgcolor="#f3f4f5">
644 <p>SETCHI2 Set the property 'chain'</p>
645 </td>
646 <td bgcolor="#f3f4f5">
647 <p>pest</p>
648 </td>
649 </tr>
650 <!-- pest/setChi2 -->
651 <tr valign="top">
652 <td>
653 <p><a href="matlab:doc('pest/setChi2')">setChi2</a></p>
654 </td>
655 <td>
656 <p>SETCHI2 Set the property 'chi2'</p>
657 </td>
658 <td>
659 <p>pest</p>
660 </td>
661 </tr>
662 <!-- pest/setCorr -->
663 <tr valign="top">
664 <td bgcolor="#f3f4f5">
665 <p><a href="matlab:doc('pest/setCorr')">setCorr</a></p>
666 </td>
667 <td bgcolor="#f3f4f5">
668 <p>SETCORR Set the property 'corr'</p>
669 </td>
670 <td bgcolor="#f3f4f5">
671 <p>pest</p>
672 </td>
673 </tr>
674 <!-- pest/setCov -->
675 <tr valign="top">
676 <td>
677 <p><a href="matlab:doc('pest/setCov')">setCov</a></p>
678 </td>
679 <td>
680 <p>SETCOV Set the property 'cov'</p>
681 </td>
682 <td>
683 <p>pest</p>
684 </td>
685 </tr>
686 <!-- pest/setDof -->
687 <tr valign="top">
688 <td bgcolor="#f3f4f5">
689 <p><a href="matlab:doc('pest/setDof')">setDof</a></p>
690 </td>
691 <td bgcolor="#f3f4f5">
692 <p>SETDOF Set the property 'dof'</p>
693 </td>
694 <td bgcolor="#f3f4f5">
695 <p>pest</p>
696 </td>
697 </tr>
698 <!-- pest/setDy -->
699 <tr valign="top">
700 <td>
701 <p><a href="matlab:doc('pest/setDy')">setDy</a></p>
702 </td>
703 <td>
704 <p>SETDY Set the property 'dy'</p>
705 </td>
706 <td>
707 <p>pest</p>
708 </td>
709 </tr>
710 <!-- pest/setDyForParameter -->
711 <tr valign="top">
712 <td bgcolor="#f3f4f5">
713 <p><a href="matlab:doc('pest/setDyForParameter')">setDyForParameter</a></p>
714 </td>
715 <td bgcolor="#f3f4f5">
716 <p>SETDYFORPARAMETER Sets the according dy-error for the specified parameter.</p>
717 </td>
718 <td bgcolor="#f3f4f5">
719 <p>pest</p>
720 </td>
721 </tr>
722 <!-- pest/setModels -->
723 <tr valign="top">
724 <td>
725 <p><a href="matlab:doc('pest/setModels')">setModels</a></p>
726 </td>
727 <td>
728 <p>SETMODELS Set the property 'models'</p>
729 </td>
730 <td>
731 <p>pest</p>
732 </td>
733 </tr>
734 <!-- pest/setNames -->
735 <tr valign="top">
736 <td bgcolor="#f3f4f5">
737 <p><a href="matlab:doc('pest/setNames')">setNames</a></p>
738 </td>
739 <td bgcolor="#f3f4f5">
740 <p>SETNAMES Set the property 'names'</p>
741 </td>
742 <td bgcolor="#f3f4f5">
743 <p>pest</p>
744 </td>
745 </tr>
746 <!-- pest/setPdf -->
747 <tr valign="top">
748 <td>
749 <p><a href="matlab:doc('pest/setPdf')">setPdf</a></p>
750 </td>
751 <td>
752 <p>SETPDF Set the property 'pdf'</p>
753 </td>
754 <td>
755 <p>pest</p>
756 </td>
757 </tr>
758 <!-- pest/setY -->
759 <tr valign="top">
760 <td bgcolor="#f3f4f5">
761 <p><a href="matlab:doc('pest/setY')">setY</a></p>
762 </td>
763 <td bgcolor="#f3f4f5">
764 <p>SETY Set the property 'y'</p>
765 </td>
766 <td bgcolor="#f3f4f5">
767 <p>pest</p>
768 </td>
769 </tr>
770 <!-- pest/setYforParameter -->
771 <tr valign="top">
772 <td>
773 <p><a href="matlab:doc('pest/setYforParameter')">setYforParameter</a></p>
774 </td>
775 <td>
776 <p>SETYFORPARAMETER Sets the according y-value for the specified parameter.</p>
777 </td>
778 <td>
779 <p>pest</p>
780 </td>
781 </tr>
782 <!-- pest/setYunits -->
783 <tr valign="top">
784 <td bgcolor="#f3f4f5">
785 <p><a href="matlab:doc('pest/setYunits')">setYunits</a></p>
786 </td>
787 <td bgcolor="#f3f4f5">
788 <p>SETYUNITS Set the property 'yunits'</p>
789 </td>
790 <td bgcolor="#f3f4f5">
791 <p>pest</p>
792 </td>
793 </tr>
794 <!-- pest/setYunitsForParameter -->
795 <tr valign="top">
796 <td>
797 <p><a href="matlab:doc('pest/setYunitsForParameter')">setYunitsForParameter</a></p>
798 </td>
799 <td>
800 <p>SETYUNITSFORPARAMETER Sets the according y-unit for the specified parameter.</p>
801 </td>
802 <td>
803 <p>pest</p>
804 </td>
805 </tr>
806 <!-- pest/tdChi2 -->
807 <tr valign="top">
808 <td bgcolor="#f3f4f5">
809 <p><a href="matlab:doc('pest/tdChi2')">tdChi2</a></p>
810 </td>
811 <td bgcolor="#f3f4f5">
812 <p>tdChi2 computes the chi-square for a parameter estimate.</p>
813 </td>
814 <td bgcolor="#f3f4f5">
815 <p>pest</p>
816 </td>
817 </tr>
818 </tbody>
819 </table>
820 <!-- ===== Back to Top of Methods ===== -->
821 <a href="#top_methods">
822 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/>
823 Back to Top of Section
824 </a>
825
826 </p>
827
828 <!-- ===== Methods Category: Internal ===== -->
829 <h3 class="title"><a name="internal"/>Internal</h3>
830 <p>
831 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%">
832 <colgroup>
833 <col width="15%"/>
834 <col width="73%"/>
835 <col width="12%"/>
836 </colgroup>
837 <thead>
838 <tr valign="top">
839 <th class="categorylist">Methods</th>
840 <th class="categorylist">Description</th>
841 <th class="categorylist">Defined in class</th>
842 </tr>
843 </thead>
844 <tbody>
845 <!-- ltpda_obj/isprop -->
846 <tr valign="top">
847 <td bgcolor="#f3f4f5">
848 <p><a href="matlab:doc('pest/isprop')">isprop</a></p>
849 </td>
850 <td bgcolor="#f3f4f5">
851 <p>ISPROP tests if the given field is one of the object properties.</p>
852 </td>
853 <td bgcolor="#f3f4f5">
854 <p>ltpda_obj</p>
855 </td>
856 </tr>
857 <!-- ltpda_uo/bsubmit -->
858 <tr valign="top">
859 <td>
860 <p><a href="matlab:doc('pest/bsubmit')">bsubmit</a></p>
861 </td>
862 <td>
863 <p>BSUBMIT Submits the given collection of objects in binary form to an LTPDA repository</p>
864 </td>
865 <td>
866 <p>ltpda_uo</p>
867 </td>
868 </tr>
869 <!-- ltpda_uo/submit -->
870 <tr valign="top">
871 <td bgcolor="#f3f4f5">
872 <p><a href="matlab:doc('pest/submit')">submit</a></p>
873 </td>
874 <td bgcolor="#f3f4f5">
875 <p>SUBMIT Submits the given objects to an LTPDA repository</p>
876 </td>
877 <td bgcolor="#f3f4f5">
878 <p>ltpda_uo</p>
879 </td>
880 </tr>
881 <!-- ltpda_uo/update -->
882 <tr valign="top">
883 <td>
884 <p><a href="matlab:doc('pest/update')">update</a></p>
885 </td>
886 <td>
887 <p>UPDATE Updates the given object in an LTPDA repository</p>
888 </td>
889 <td>
890 <p>ltpda_uo</p>
891 </td>
892 </tr>
893 <!-- ltpda_uoh/string -->
894 <tr valign="top">
895 <td bgcolor="#f3f4f5">
896 <p><a href="matlab:doc('pest/string')">string</a></p>
897 </td>
898 <td bgcolor="#f3f4f5">
899 <p>STRING writes a command string that can be used to recreate the input object(s).</p>
900 </td>
901 <td bgcolor="#f3f4f5">
902 <p>ltpda_uoh</p>
903 </td>
904 </tr>
905 <!-- ltpda_uoh/type -->
906 <tr valign="top">
907 <td>
908 <p><a href="matlab:doc('pest/type')">type</a></p>
909 </td>
910 <td>
911 <p>TYPE converts the input objects to MATLAB functions.</p>
912 </td>
913 <td>
914 <p>ltpda_uoh</p>
915 </td>
916 </tr>
917 <!-- pest/generateConstructorPlist -->
918 <tr valign="top">
919 <td bgcolor="#f3f4f5">
920 <p><a href="matlab:doc('pest/generateConstructorPlist')">generateConstructorPlist</a></p>
921 </td>
922 <td bgcolor="#f3f4f5">
923 <p>GENERATECONSTRUCTORPLIST generates a PLIST from the properties which can rebuild the object.</p>
924 </td>
925 <td bgcolor="#f3f4f5">
926 <p>pest</p>
927 </td>
928 </tr>
929 </tbody>
930 </table>
931 <!-- ===== Back to Top of Methods ===== -->
932 <a href="#top_methods">
933 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/>
934 Back to Top of Section
935 </a>
936
937 </p>
938
939 <!-- ===== Methods Category: Output ===== -->
940 <h3 class="title"><a name="output"/>Output</h3>
941 <p>
942 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%">
943 <colgroup>
944 <col width="15%"/>
945 <col width="73%"/>
946 <col width="12%"/>
947 </colgroup>
948 <thead>
949 <tr valign="top">
950 <th class="categorylist">Methods</th>
951 <th class="categorylist">Description</th>
952 <th class="categorylist">Defined in class</th>
953 </tr>
954 </thead>
955 <tbody>
956 <!-- ltpda_uo/save -->
957 <tr valign="top">
958 <td bgcolor="#f3f4f5">
959 <p><a href="matlab:doc('pest/save')">save</a></p>
960 </td>
961 <td bgcolor="#f3f4f5">
962 <p>SAVE overloads save operator for ltpda objects.</p>
963 </td>
964 <td bgcolor="#f3f4f5">
965 <p>ltpda_uo</p>
966 </td>
967 </tr>
968 <!-- ltpda_uoh/report -->
969 <tr valign="top">
970 <td>
971 <p><a href="matlab:doc('pest/report')">report</a></p>
972 </td>
973 <td>
974 <p>REPORT generates an HTML report about the input objects.</p>
975 </td>
976 <td>
977 <p>ltpda_uoh</p>
978 </td>
979 </tr>
980 <!-- ltpda_uoh/viewHistory -->
981 <tr valign="top">
982 <td bgcolor="#f3f4f5">
983 <p><a href="matlab:doc('pest/viewHistory')">viewHistory</a></p>
984 </td>
985 <td bgcolor="#f3f4f5">
986 <p>VIEWHISTORY Displays the history of an object as a dot-view or a MATLAB figure.</p>
987 </td>
988 <td bgcolor="#f3f4f5">
989 <p>ltpda_uoh</p>
990 </td>
991 </tr>
992 <!-- pest/char -->
993 <tr valign="top">
994 <td>
995 <p><a href="matlab:doc('pest/char')">char</a></p>
996 </td>
997 <td>
998 <p>CHAR convert a pest object into a string.</p>
999 </td>
1000 <td>
1001 <p>pest</p>
1002 </td>
1003 </tr>
1004 <!-- pest/display -->
1005 <tr valign="top">
1006 <td bgcolor="#f3f4f5">
1007 <p><a href="matlab:doc('pest/display')">display</a></p>
1008 </td>
1009 <td bgcolor="#f3f4f5">
1010 <p>DISPLAY overloads display functionality for pest objects.</p>
1011 </td>
1012 <td bgcolor="#f3f4f5">
1013 <p>pest</p>
1014 </td>
1015 </tr>
1016 </tbody>
1017 </table>
1018 <!-- ===== Back to Top of Methods ===== -->
1019 <a href="#top_methods">
1020 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/>
1021 Back to Top of Section
1022 </a>
1023
1024 </p>
1025
1026 <!-- ===== Methods Category: Relational_Operator ===== -->
1027 <h3 class="title"><a name="relational_operator"/>Relational Operator</h3>
1028 <p>
1029 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%">
1030 <colgroup>
1031 <col width="15%"/>
1032 <col width="73%"/>
1033 <col width="12%"/>
1034 </colgroup>
1035 <thead>
1036 <tr valign="top">
1037 <th class="categorylist">Methods</th>
1038 <th class="categorylist">Description</th>
1039 <th class="categorylist">Defined in class</th>
1040 </tr>
1041 </thead>
1042 <tbody>
1043 <!-- ltpda_obj/eq -->
1044 <tr valign="top">
1045 <td bgcolor="#f3f4f5">
1046 <p><a href="matlab:doc('pest/eq')">eq</a></p>
1047 </td>
1048 <td bgcolor="#f3f4f5">
1049 <p>EQ overloads the == operator for ltpda objects.</p>
1050 </td>
1051 <td bgcolor="#f3f4f5">
1052 <p>ltpda_obj</p>
1053 </td>
1054 </tr>
1055 <!-- ltpda_obj/ne -->
1056 <tr valign="top">
1057 <td>
1058 <p><a href="matlab:doc('pest/ne')">ne</a></p>
1059 </td>
1060 <td>
1061 <p>NE overloads the ~= operator for ltpda objects.</p>
1062 </td>
1063 <td>
1064 <p>ltpda_obj</p>
1065 </td>
1066 </tr>
1067 </tbody>
1068 </table>
1069 <!-- ===== Back to Top of Methods ===== -->
1070 <a href="#top_methods">
1071 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/>
1072 Back to Top of Section
1073 </a>
1074
1075 </p>
1076
1077 <!-- ===== Methods Category: Signal_Processing ===== -->
1078 <h3 class="title"><a name="signal_processing"/>Signal Processing</h3>
1079 <p>
1080 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%">
1081 <colgroup>
1082 <col width="15%"/>
1083 <col width="73%"/>
1084 <col width="12%"/>
1085 </colgroup>
1086 <thead>
1087 <tr valign="top">
1088 <th class="categorylist">Methods</th>
1089 <th class="categorylist">Description</th>
1090 <th class="categorylist">Defined in class</th>
1091 </tr>
1092 </thead>
1093 <tbody>
1094 <!-- pest/eval -->
1095 <tr valign="top">
1096 <td bgcolor="#f3f4f5">
1097 <p><a href="matlab:doc('pest/eval')">eval</a></p>
1098 </td>
1099 <td bgcolor="#f3f4f5">
1100 <p>EVAL evaluate a pest object</p>
1101 </td>
1102 <td bgcolor="#f3f4f5">
1103 <p>pest</p>
1104 </td>
1105 </tr>
1106 </tbody>
1107 </table>
1108 <!-- ===== Back to Top of Methods ===== -->
1109 <a href="#top_methods">
1110 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/>
1111 Back to Top of Section
1112 </a>
1113
1114 </p>
1115
1116 <!-- ================================================== -->
1117 <!-- END CONTENT FILE -->
1118 <!-- ================================================== -->
1119
1120 </p>
1121
1122 <br>
1123 <br>
1124 <table class="nav" summary="Navigation aid" border="0" width=
1125 "100%" cellpadding="0" cellspacing="0">
1126 <tr valign="top">
1127 <td align="left" width="20"><a href="class_desc_parfrac.html"><img src=
1128 "b_prev.gif" border="0" align="bottom" alt=
1129 "parfrac Class"></a>&nbsp;</td>
1130
1131 <td align="left">parfrac Class</td>
1132
1133 <td>&nbsp;</td>
1134
1135 <td align="right">plist Class</td>
1136
1137 <td align="right" width="20"><a href=
1138 "class_desc_plist.html"><img src="b_next.gif" border="0" align=
1139 "bottom" alt="plist Class"></a></td>
1140 </tr>
1141 </table><br>
1142
1143 <p class="copy">&copy;LTP Team</p>
1144 </body>
1145 </html>