Permalink
Please sign in to comment.
Showing
with
4,767 additions
and 0 deletions.
- +1 −0 .gitignore
- +15 −0 DESCRIPTION
- +4,091 −0 GPPois.R
- +156 −0 R/Dataset.R
- +428 −0 R/utils.R
- +33 −0 document.R
- +24 −0 man/DebugIfError.Rd
- +19 −0 man/SmartTrace.Rd
@@ -0,0 +1 @@ | ||
+document.Rout |
15
DESCRIPTION
@@ -0,0 +1,15 @@ | ||
+Package: GPPois | ||
+Type: Package | ||
+Title: Gaussian Processes for Poisson-noised Data | ||
+Version: 0.1-0 | ||
+Date: 2012-05-30 | ||
+Author: Charles R. Hogg III | ||
+Maintainer: Charles R. Hogg III <charles.hogg@nist.gov> | ||
+Description: Analyzes data using Gaussian processes. Supported noise models | ||
+ include Gaussian or Poisson; the latter is handled using the Anscombe | ||
+ transform to turn it into Gaussian noise. | ||
+License: GPL-3 | ||
+LazyLoad: yes | ||
+Suggests: debug,geometry,rgl,Cairo | ||
+Depends: R.oo | ||
+URL: http://www.nist.gov/mml/ceramics/structure_determination/gppois.cfm |

Oops, something went wrong.
0 comments on commit
e88df76