Skip to content
Snippets Groups Projects
README.md 1.32 KiB
Newer Older
# gaussratiovegind
SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed

## Description
SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed
It is well known that the distribution of a Gaussian ratio does not follow
a Gaussian distribution.
The lack of awareness among users of vegetation indices about this non-Gaussian
nature could lead to incorrect statistical modeling and interpretation.
This package provides tools to accurately handle and analyse such ratios:
SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed

SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed
* Probability density function
* Sample simulation
* Parameter estimation
SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed

SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed
An example on the study of chlorophyll fluorescence can be found in
A. El Ghaziri et al. (2023)

SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed
## Installation

SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed
Install the package from CRAN:
SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed

SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed
```
install.packages("gaussratiovegind")
SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed
```
SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed

SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed
Or install the development version from the repository, using the [`devtools`](https://CRAN.R-project.org/package=devtools) package:
SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed

SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed
```
install.packages("devtools")
devtools::install_gitlab("imhorphen/gaussratiovegind",
                         host = "https://forgemia.inra.fr")
SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed
## Authors
SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed

SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed
[Pierre Santagostini](mailto:pierre.santagostini@institut-agro.fr),
[Angélina El Ghaziri](mailto:angelina.elghaziri@institut-agro.fr),
[Nizar Bouhlel](mailto:nizar.bouhlel@institut-agro.fr)
and David Rousseau
SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed

SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed
## References
SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed

SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed
El Ghaziri, A., Bouhlel, N., Sapoukhina, N., Rousseau, D.,
On the importance of non-Gaussianity in chlorophyll fluorescence imaging.
Remote Sensing 15(2), 528 (2023).
SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed
https://doi.org/10.3390/rs15020528