Just another Gibbs sampler (original) (raw)
JAGS (Just another Gibbs sampler) ist eine freie Software, welche für Fragestellungen der bayesschen Statistik mit Hilfe der Monte-Carlo-Simulation verwendet wird. JAGS nutzt die gleiche Modellierungssprache wie das zuvor entstandene BUGS-Projekt, wurde aber komplett neu geschrieben und ist plattformübergreifend nutzbar. Für Modellschätzung und weitergehende Analysen werden eine Datei mit dem Modell, eine mit den Daten, eine mit Startwerten, ein JAGS-Script um alles miteinander in Verbindung zu setzen sowie ein R-Script zur Übersicht und Verwendung der Ergebnisse verwendet. Nutzer können eigene Funktionen, Verteilungen und Algorithmen schreiben.
Property | Value |
---|---|
dbo:Software/fileSize | 1.7 (dbd:megabyte) |
dbo:abstract | JAGS (Just another Gibbs sampler) ist eine freie Software, welche für Fragestellungen der bayesschen Statistik mit Hilfe der Monte-Carlo-Simulation verwendet wird. JAGS nutzt die gleiche Modellierungssprache wie das zuvor entstandene BUGS-Projekt, wurde aber komplett neu geschrieben und ist plattformübergreifend nutzbar. Für Modellschätzung und weitergehende Analysen werden eine Datei mit dem Modell, eine mit den Daten, eine mit Startwerten, ein JAGS-Script um alles miteinander in Verbindung zu setzen sowie ein R-Script zur Übersicht und Verwendung der Ergebnisse verwendet. Nutzer können eigene Funktionen, Verteilungen und Algorithmen schreiben. (de) Just another Gibbs sampler (JAGS) is a program for simulation from Bayesian hierarchical models using Markov chain Monte Carlo (MCMC), developed by Martyn Plummer. JAGS has been employed for statistical work in many fields, for example ecology, management, and genetics. JAGS aims for compatibility with WinBUGS/OpenBUGS through the use of a dialect of the same modeling language (informally, BUGS), but it provides no GUI for model building and MCMC sample postprocessing, which must therefore be treated in a separate program (for example calling JAGS from R through a library such as rjags and post-processing MCMC output in R). The main advantage of JAGS in comparison to the members of the original BUGS family (WinBUGS and OpenBUGS) is its platform independence. It is written in C++, while the BUGS family is written in Component Pascal, a less widely known programming language. In addition, JAGS is already part of many repositories of Linux distributions such as Ubuntu. It can also be compiled as a 64-bit application on 64-bit platforms, thus making all the addressable space available to BUGS models. JAGS can be used via the command line or run in batch mode through script files. This means that there is no need to redo the settings with every run and that the program can be called and controlled from within another program (e.g. from R via rjags as outlined above). JAGS is licensed under the GNU General Public License. (en) |
dbo:computingPlatform | dbr:X86-64 dbr:IA-32 |
dbo:fileSize | 1700000.000000 (xsd:double) |
dbo:genre | dbr:Statistical_package |
dbo:latestReleaseDate | 2017-07-18 (xsd:date) |
dbo:latestReleaseVersion | 4.3.0 |
dbo:license | dbr:GNU_General_Public_License |
dbo:operatingSystem | dbr:Unix-like dbr:Mac_OS_X dbr:Microsoft_Windows |
dbo:programmingLanguage | dbr:C++ |
dbo:releaseDate | 2007-12-11 (xsd:date) |
dbo:wikiPageExternalLink | http://mcmc-jags.sourceforge.net/ http://www.freshports.org/math/jags/ http://mcmc-jags.sourceforge.net https://cran.r-project.org/web/packages/rjags/index.html |
dbo:wikiPageID | 21845564 (xsd:integer) |
dbo:wikiPageLength | 5390 (xsd:nonNegativeInteger) |
dbo:wikiPageRevisionID | 1042802280 (xsd:integer) |
dbo:wikiPageWikiLink | dbr:Unix-like dbr:Component_Pascal dbr:GNU_General_Public_License dbr:Mac_OS_X dbr:Stan_(software) dbr:C++ dbr:WinBUGS dbc:Free_software_programmed_in_C++ dbc:Free_Bayesian_statistics_software dbr:SourceForge dbr:Statistical_package dbr:Microsoft_Windows dbr:OpenBUGS dbr:R_(programming_language) dbr:X86-64 dbr:Markov_chain_Monte_Carlo dbr:Megabyte dbr:IA-32 dbr:FreshPorts |
dbp:author | Martyn Plummer (en) |
dbp:genre | dbr:Statistical_package |
dbp:latestReleaseDate | 2017-07-18 (xsd:date) |
dbp:latestReleaseVersion | 4.300000 (xsd:double) |
dbp:license | dbr:GNU_General_Public_License |
dbp:name | JAGS (en) |
dbp:operatingSystem | dbr:Unix-like dbr:Mac_OS_X dbr:Microsoft_Windows |
dbp:platform | dbr:X86-64 dbr:IA-32 |
dbp:programmingLanguage | dbr:C++ |
dbp:released | 2007-12-11 (xsd:date) |
dbp:size | (en) 1.7 MB (en) |
dbp:website | http://mcmc-jags.sourceforge.net/ |
dbp:wikiPageUsesTemplate | dbt:Infobox_software dbt:Reflist dbt:Start_date dbt:Statistical_software |
dct:subject | dbc:Free_software_programmed_in_C++ dbc:Free_Bayesian_statistics_software |
gold:hypernym | dbr:Program |
rdf:type | owl:Thing dbo:Software schema:CreativeWork dbo:Work wikidata:Q386724 wikidata:Q7397 yago:Abstraction100002137 yago:Code106355894 yago:CodingSystem106353757 yago:Communication100033020 yago:Writing106359877 yago:WrittenCommunication106349220 yago:Software106566077 |
rdfs:comment | JAGS (Just another Gibbs sampler) ist eine freie Software, welche für Fragestellungen der bayesschen Statistik mit Hilfe der Monte-Carlo-Simulation verwendet wird. JAGS nutzt die gleiche Modellierungssprache wie das zuvor entstandene BUGS-Projekt, wurde aber komplett neu geschrieben und ist plattformübergreifend nutzbar. Für Modellschätzung und weitergehende Analysen werden eine Datei mit dem Modell, eine mit den Daten, eine mit Startwerten, ein JAGS-Script um alles miteinander in Verbindung zu setzen sowie ein R-Script zur Übersicht und Verwendung der Ergebnisse verwendet. Nutzer können eigene Funktionen, Verteilungen und Algorithmen schreiben. (de) Just another Gibbs sampler (JAGS) is a program for simulation from Bayesian hierarchical models using Markov chain Monte Carlo (MCMC), developed by Martyn Plummer. JAGS has been employed for statistical work in many fields, for example ecology, management, and genetics. JAGS can be used via the command line or run in batch mode through script files. This means that there is no need to redo the settings with every run and that the program can be called and controlled from within another program (e.g. from R via rjags as outlined above). JAGS is licensed under the GNU General Public License. (en) |
rdfs:label | JAGS (de) Just another Gibbs sampler (en) |
owl:sameAs | freebase:Just another Gibbs sampler wikidata:Just another Gibbs sampler dbpedia-de:Just another Gibbs sampler https://global.dbpedia.org/id/4pKXo |
prov:wasDerivedFrom | wikipedia-en:Just_another_Gibbs_sampler?oldid=1042802280&ns=0 |
foaf:homepage | http://mcmc-jags.sourceforge.net/ |
foaf:isPrimaryTopicOf | wikipedia-en:Just_another_Gibbs_sampler |
foaf:name | JAGS (en) |
is dbo:wikiPageDisambiguates of | dbr:JAGS |
is dbo:wikiPageWikiLink of | dbr:Bayesian_inference_using_Gibbs_sampling dbr:Bayesian_network dbr:JAGS dbr:Emacs_Speaks_Statistics dbr:BugsXLA dbr:Domain-specific_language dbr:Logarithmically_concave_function dbr:Logistic_regression dbr:OpenBUGS dbr:Markov_chain_Monte_Carlo dbr:List_of_statistical_software dbr:Gibbs_sampling |
is foaf:primaryTopic of | wikipedia-en:Just_another_Gibbs_sampler |