Giter Site home page Giter Site logo

Comments (2)

Rafnuss avatar Rafnuss commented on June 14, 2024

Brainstorm

pam

sta

Need to think of the elevation/alitutde/local period.

  • keep sta
  • stap
  • sp
  • stpe

GeoLight

Utilisation: solar, refracted, find_twilights, light2mat

  • geolight_*
  • gl_*

geopressure_*

  • geopressure_*
  • gp_*

geopressure_map()

  • geopressure_mismatch_mask()
  • geopressure_mse_mask()
  • geopressure_error()
  • geopressure_mismatch()

geopressure_prob_map()

  • geopressure_ll()
  • geopressure_likelihood()

geopressure_ts_*()

  • geopressure_timeseries()
  • geopressure_timeseries_path()

prob

  • keep prob
  • likelihood
  • ~~L lh, ~~
  • lm for likelihood map
  • plm
  • llhdor ll

graph

  • ✅ keep graph
  • trajectory
  • hmm
  • Static probability static_prob, grl$ps -> observation likelihood obs_likelihood grl$O
  • grl$ps -> grl$likelihood (target likelihood and not source).
  • thr_prob_percentile -> thr_likelihood
  • thr_gs -> thr_gs

from geopressurer.

Rafnuss avatar Rafnuss commented on June 14, 2024

Script to get all arguements

tmp <- do.call(rbind, lapply(ls("package:GeoPressureR"), function(fn_name){
  fn <- tryCatch(get(fn_name, mode = "function", envir = asNamespace('GeoPressureR')), error = function(e) NULL)
  tmp <- data.frame(
    arg = names(formals(fn))
  )
  tmp$fun <- fn_name
  return(tmp)
}))
write.csv(tmp, file = "~/Downloads/arg.csv")

from geopressurer.

Related Issues (20)

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.