Description Usage Arguments Value Note Author(s) References Examples
Adds one to given variable and returns this computed variable. Function is used by main function "estimationFunction" and shall not be called or changed by user.
1 | increment(counter)
|
counter |
Temporary functional variable |
Incremented value is returned
Shall not be called or changed by user.
Philipp Hermann; Jozef Kiselak; Milan Stehlik\ philipp.hermann@jku.at; jozef.kiselak@upjs.sk; mlnstehlik@gmail.com
Hermann, P., Mrkvicka, T., Mattfeldt, T., Minarova, M., Helisova, K., Nicolis, O., Wartner, F., and Stehlik, M. (2015). Fractal and stochastic Geometry Inference for Breast Cancer: a Case Study with Random Fractal Models and Quermass-Interaction Process. Statistics in Medicine, 34(18), 2636-2661. doi: 10.1002/sim.6497.
1 2 | temp = 0
temp = increment(temp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.