Skip to content

Commit 011ea5e

Browse files
FFroehlichdweindl
authored andcommitted
fix #524
1 parent 1eade37 commit 011ea5e

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

doc/documentation_data_format.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ and
5555

5656
- An observable file specifying the observation model [TSV]
5757

58-
- A parameter file specifying optimization parameters and related information
58+
- A parameter file specifying estimateable parameters and related information
5959
[TSV]
6060

6161
- (optional) A simulation file, which has the same format as the measurement
@@ -79,7 +79,7 @@ defining the parameter estimation problem.
7979
Extensions of this format (e.g. additional columns in the measurement table)
8080
are possible and intended. However, while those columns may provide extra
8181
information for example for plotting, downstream analysis, or for more
82-
efficient parameter estimation, they should not affect the optimization
82+
efficient parameter estimation, they should not affect the estimation
8383
problem as such.
8484

8585
**General remarks**
@@ -248,7 +248,7 @@ Detailed field description
248248

249249
Different lines for the same ``observableId`` may specify different
250250
parameters. This may be used to account for condition-specific or
251-
batch-specific parameters. This will translate into an extended optimization
251+
batch-specific parameters. This will translate into an extended estimation
252252
parameter vector.
253253

254254
All placeholders defined in the observation model must be overwritten here.
@@ -500,13 +500,13 @@ Detailed field description
500500

501501
- ``lowerBound`` [NUMERIC]
502502

503-
Lower bound of the parameter used for optimization.
503+
Lower bound of the parameter used for estimation.
504504
Optional, if ``estimate==0``.
505505
Must be provided in linear space, independent of ``parameterScale``.
506506

507507
- ``upperBound`` [NUMERIC]
508508

509-
Upper bound of the parameter used for optimization.
509+
Upper bound of the parameter used for estimation.
510510
Optional, if ``estimate==0``.
511511
Must be provided in linear space, independent of ``parameterScale``.
512512

@@ -524,7 +524,7 @@ Detailed field description
524524

525525
- ``initializationPriorType`` [STRING, OPTIONAL]
526526

527-
Prior types used for sampling of initial points for optimization. Sampled
527+
Prior types used for sampling of initial points for estimation. Sampled
528528
points are clipped to lie inside the parameter boundaries specified by
529529
``lowerBound`` and ``upperBound``. Defaults to ``parameterScaleUniform``.
530530

@@ -542,7 +542,7 @@ Detailed field description
542542

543543
- ``initializationPriorParameters`` [STRING, OPTIONAL]
544544

545-
Prior parameters used for sampling of initial points for optimization,
545+
Prior parameters used for sampling of initial points for estimation,
546546
separated by a semicolon. Defaults to ``lowerBound;upperBound``.
547547
The parameters are expected to be in linear scale except for the
548548
``parameterScale`` priors, where the prior parameters are expected to be
@@ -562,12 +562,12 @@ Detailed field description
562562

563563
- ``objectivePriorType`` [STRING, OPTIONAL]
564564

565-
Prior types used for the objective function during optimization or sampling.
565+
Prior types used for the objective function during estimation.
566566
For possible values, see ``initializationPriorType``.
567567

568568
- ``objectivePriorParameters`` [STRING, OPTIONAL]
569569

570-
Prior parameters used for the objective function during optimization.
570+
Prior parameters used for the objective function during estimation.
571571
For more detailed documentation, see ``initializationPriorParameters``.
572572

573573

0 commit comments

Comments
 (0)