Package

com.github.jonnylaw

examples

Permalink

package examples

Visibility
  1. Public
  2. All

Type Members

  1. trait LgcpModel extends AnyRef

    Permalink
  2. trait LinearTestModel extends AnyRef

    Permalink
  3. trait PoissonTestModel extends AnyRef

    Permalink
  4. trait SeasonalTestModel extends AnyRef

    Permalink
  5. trait TModel extends AnyRef

    Permalink
  6. trait TestModel extends AnyRef

    Permalink

    Define a model to use throughout the examples in this file

Value Members

  1. object DetermineComposedParams extends TestModel

    Permalink
  2. object DetermineLinearParameters extends App with LinearTestModel

    Permalink
  3. object DeterminePoissonPosterior extends App with PoissonTestModel

    Permalink

    Use the first 400 simulations to determine the full-joint posterior of the poisson model

  4. object FilterLinear extends App with LinearTestModel

    Permalink
  5. object FilterPoisson extends App with PoissonTestModel

    Permalink

    Run the filter over the last 100 elements of the simulted data using samples from the joint-posterior of the state and parameters, p(x, theta | y)

  6. object FilterSeasonal extends App with SeasonalTestModel

    Permalink
  7. object FilterSeasonalPoisson extends TestModel

    Permalink
  8. object FilteringLgcp extends App with LgcpModel

    Permalink
  9. object GetLgcpParams extends App with LgcpModel

    Permalink
  10. object GetSeasTParams extends App with TModel

    Permalink
  11. object LongTermForecast extends App with PoissonTestModel

    Permalink

    Perform a long term forecast, by sampling from the full joint posterior p(x, theta | y) a pair consisting of the state at the time of the last observation and the associated parameter*value

  12. object OneStepForecastLinear extends App with LinearTestModel

    Permalink

    Perform a one step forecast of the data

  13. object OneStepForecastPoisson extends App with PoissonTestModel

    Permalink

    Perform a one step forecast on the poisson data, using unseen test data, Sampling from the joint posterior of the parameters and the state p(x, theta | y)

  14. object PilotRunComposed extends App with TestModel

    Permalink
  15. object PilotRunLinear extends App with LinearTestModel

    Permalink

    Perform a pilot run of the PMMH algorithm, to determine the optimum number of particles to use in the particle filter

  16. object PilotRunPoisson extends App with PoissonTestModel

    Permalink

    Determine how many particles are required to run the MCMC

  17. object SeasStudentT extends App with TModel

    Permalink
  18. object SimLinearModel extends App with LinearTestModel

    Permalink
  19. object SimOrnstein extends App

    Permalink
  20. object SimPoissonModel extends App with PoissonTestModel

    Permalink
  21. object SimSeasonalModel extends App with SeasonalTestModel

    Permalink
  22. object SimulateBrownianMotion extends App

    Permalink

    Simulate an SDE

  23. object SimulateLGCP extends App with LgcpModel

    Permalink
  24. object SimulateSeasonalPoisson extends App with TestModel

    Permalink

    Simulate a poisson model, with seasonal rate parameter

Ungrouped