Giter VIP home page Giter VIP logo

ino's Introduction

Hi, I'm Lennart! 👋

😄 I like R, Econometrics, Aviation and Chess.

🔭 Pinned below are my current projects.

📫 You can reach me via Twitter or e-mail.

ino's People

Contributors

loelschlaeger avatar marius-oetting avatar

Stargazers

 avatar

Watchers

 avatar

ino's Issues

Falsche state-dependent distribution bei 3 States

Beim Durchlaufen dieses Codes:

simulated HMM -----------------------------------------------------------

seed = 1
controls = list(
states = 3,
sdds = "gamma",
horizon = 500,
fit = list("runs" = 100)
)
controls %<>% set_controls
data = prepare_data(controls, seed = seed)
data %>% summary
data %>% plot
model = fit_model(data, ncluster = 1, seed = seed) %>%
decode_states %>%
compute_residuals
summary(model)
model %<>% reorder_states(state_order = 1:3)
compare(model)
model %>% plot("ll")
model %>% plot("sdds")

wird der 3. Status leider nicht richtig erkannt. Ich habe dasselbe auch mit 1000 Runs einmal ausgeführt, geändert hat sich am Ergebnis allerdings nichts.

image

Implement `set_f`.

The function set_f should

  • check inputs
  • return function with set arguments

Implement `fixed_initialization`

Implement function fixed_initialization:

  • run optimisation with fixed input starting values (which can also be a vector of multiple fixed starting values)
  • check if the number of inputs matches the number of parameters of the function

Trace of optimization.

Implement a function that captures and returns trace of numerical optimization. For example, the progressive function values, parameter values, steps, gradients, Hessians from nlm().

Add-ons to HMM vignette

  • add column to summary() output for global optima to simplify the filtering
  • add figure with Viterbi decoding of time series that shows why subset_last performs worse
  • check references

Check `$clear()`

After $optimize() and then $clear("all"), $print() throws error. Check!

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.