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