GithubHelp home page GithubHelp logo

emulator's Issues

Strange error values

I was wondering whether the errors are simply the variance over the test boxes or something else. There is also a strange 2.303 value used while training on the monopole (https://github.com/zxzhai/emulator/blob/master/gp_mono_cos_hod_9bins.py#L66), could you please explain to me where does it come from?

If I plot the mean of the monopole and its variance, I get this,
image

This is the code I use to read the variance, in case it helps,

variance = np.loadtxt(DATA_DIR+"data/training/RSD_results/Cosmo_err.dat")
variance = abs(variance[:,0])

What are the HOD parameter values used during testing?

I can't find where the file : HOD_test_np8_n1000.dat is used, but this file contains more parameters than there are in the multipoles test dataset. Am I right to assume that we should only select the first 700? (100 per cosmology), as in:

hod_parameters = np.loadtxt(DATA_DIR + hod_filename)
hod_parameters = hod_parameters[0:700]

Thanks in advance!

Optimal parameter values

Would it be possible to know what is the ordering in the p0 files stored with optimal parameters? Newer versions of George use the WhiteNoise kernel differently and it is difficult to tell whether the parameters are read in the correct order

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.