-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
20 lines (20 loc) · 1.11 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: SolarClusGnr
Title: Solar irradiance time-series clustering and downscaling
Version: 0.0.0.9000
Authors@R:
person(given = "Azeddine",
family = "Frimane",
role = c("aut", "cre"),
email = "[email protected]")
Description: An unsupervised classification method using Dirichlet process Gaussian mixture model (DPGMM) is proposed in this package.
The key benefit of the DPGMM paradigm is that it allows the ability to automatically adapt to the correct complexity level
and size of the model, and can, therefore, fit complex probability functions. We apply a Markov chain Monte Carlo algorithm,
namely Gibbs sampling for posterior inference. The package also deals with solar irradiance time-series downscaling. It can
generate 1-min data worldwide.
Author: Azeddine Frimane [aut, cre]
Maintainer: Azeddine Frimane <[email protected]>
License: GPL (>= 2)
Imports: Matrix, ggplot2, markovchain, matrixcalc, mvtnorm, parallel, grid, pbmcapply, utils, stats, graphics
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1