Skip to content

Commit

Permalink
merged changes from master
Browse files Browse the repository at this point in the history
  • Loading branch information
scheidan committed Jul 7, 2014
2 parents ef09bc8 + 661c678 commit 1a6b7ad
Show file tree
Hide file tree
Showing 8 changed files with 219 additions and 216 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -5,7 +5,9 @@
[![Build Status](https://travis-ci.org/scheidan/CAIRS.jl.svg?branch=HMC)](https://travis-ci.org/scheidan/CAIRS.jl)
[![Coverage Status](https://img.shields.io/coveralls/scheidan/CAIRS.jl.svg)](https://coveralls.io/r/scheidan/CAIRS.jl?branch=HMC)

*This is an experimental branch to include automatic differencing to Hamiltonian Monte Carlo*

## *This is an experimental branch to include automatic differencing to Hamiltonian Monte Carlo*


_CAIRS_ is a framework to reconstruct rain fields by assimilating
signals of fundamentally different rain sensors.
Expand Down
2 changes: 1 addition & 1 deletion example/Example_highlevel_interface.jl
Expand Up @@ -42,7 +42,7 @@ sensor_MWL = Sensor(log_p_MWL, Coor(6, 0, 0)) # integrates along a path of lengt
## ---------------------------------
## Define prior

mean_GP = mean_constant(mean=2)
mean_GP = mean_constant(mean=2.0)

cov_GP = cov_exponential(sigma=10.0, # standard deviation of GP
l_spatial=1.5, # spatial correlation length
Expand Down

0 comments on commit 1a6b7ad

Please sign in to comment.