Ariel Vina-Rodriguez's starred repositories

Probit-analysis

In toxicology, probit analysis is an important tool to interpret bioassay results. In this folder, you can find the guidelines, R script, Excel worksheet and example data set to run the probit analysis with your own data.

Language:RStargazers:3Issues:0Issues:0

bayes_probit_graphical_causal

Implements the Bayesian methodology of Castelletti & Consonni (2021, Bayesian Analysis) for structure learning and causal inference in probit graphical models.

Language:RStargazers:2Issues:0Issues:0

BayesianProbit_MH_Gibbs_Inference

Explore Bayesian inference within a probit model for binary outcome data using MCMC techniques. This repo implements Metropolis-Hastings and Gibbs sampling to infer model parameters, offering insights into their performance through autocorrelation analysis and posterior visualization.

Language:PythonStargazers:1Issues:0Issues:0

logistic-regression

In statistics, the logistic model (or logit model) is used to model the probability of a certain class or event existing such as pass/fail, win/lose, alive/dead or healthy/sick. This can be extended to model several classes of events such as determining whether an image contains a cat, dog, lion, etc... Each object being detected in the image would be assigned a probability between 0 and 1 and the sum adding to one. Logistic regression is a statistical model that in its basic form uses a logistic function to model a binary dependent variable, although many more complex extensions exist. In regression analysis, logistic regression (or logit regression) is estimating the parameters of a logistic model (a form of binary regression). Mathematically, a binary logistic model has a dependent variable with two possible values, such as pass/fail which is represented by an indicator variable, where the two values are labeled "0" and "1". In the logistic model, the log-odds (the logarithm of the odds) for the value labeled "1" is a linear combination of one or more independent variables ("predictors"); the independent variables can each be a binary variable (two classes, coded by an indicator variable) or a continuous variable (any real value). The corresponding probability of the value labeled "1" can vary between 0 (certainly the value "0") and 1 (certainly the value "1"), hence the labeling; the function that converts log-odds to probability is the logistic function, hence the name. The unit of measurement for the log-odds scale is called a logit, from logistic unit, hence the alternative names. Analogous models with a different sigmoid function instead of the logistic function can also be used, such as the probit model; the defining characteristic of the logistic model is that increasing one of the independent variables multiplicatively scales the odds of the given outcome at a constant rate, with each independent variable having its own parameter; for a binary dependent variable this generalizes the odds ratio.

Language:Jupyter NotebookStargazers:1Issues:0Issues:0

probit

probit is a simple and accessible Gaussian process package in JAX

Language:PythonLicense:MITStargazers:8Issues:0Issues:0

DuckX

C++ library for creating and modifying Microsoft Word (.docx) files

Language:C++License:MITStargazers:379Issues:0Issues:0

libxlsxwriter

A C library for creating Excel XLSX files.

Language:CLicense:NOASSERTIONStargazers:1418Issues:0Issues:0

nana

A modern C++ GUI library

License:BSL-1.0Stargazers:1Issues:0Issues:0

bin2cpp

bin2cpp: The easiest way to embed small files into a c++ executable. bin2cpp converts text or binary files to C++ files (*.h, *.cpp) for easy access within the code.

Language:C++License:MITStargazers:69Issues:0Issues:0

monty_hall_problem

This is a simulation of Monty Hall problem in C++ with nana library for GUI. The program demonstrates how to apply MVC architecture to application development.

Language:C++License:MITStargazers:1Issues:0Issues:0

Chess

Chess with AI implemented using alpha-beta pruning and GUI implemented using the NANA library

Language:C++Stargazers:1Issues:0Issues:0

MemoryMatchingGame

This is a classic memory game written with Cpp and using Nana Gui library

Language:C++Stargazers:2Issues:0Issues:0

ted

simple text editor for Linux using C++20 and the nana c++ framework

Language:C++License:GPL-3.0Stargazers:1Issues:0Issues:0

WhipseeySaveManager

tool to modify 'Whipseey and the Lost Atlas' Savegames

Language:C++License:UnlicenseStargazers:2Issues:0Issues:0
Language:C++Stargazers:1Issues:0Issues:0

Nana-TextEditor-Example

An Example of a Text Editor made with Nana 1.5.6

Language:C++License:UnlicenseStargazers:1Issues:0Issues:0

nana-hello-world-demo

Program that displays the classic "Hello, world!" string using Nana C++ GUI library

Language:C++License:ISCStargazers:1Issues:0Issues:0
Language:C++Stargazers:1Issues:0Issues:0

nana-source-view

A work in progress text editor for improved text coloration and multi caret editing.

Language:C++License:UnlicenseStargazers:1Issues:0Issues:0

nana_property_grid

A rudimentary property grid to handle name/value pairs built on the nana library

Language:C++Stargazers:2Issues:0Issues:0

Nana-Vehicle-GUI-

A graphical user interface coded in C++ using Nana GUI library

Language:C++Stargazers:1Issues:0Issues:0
Language:C++Stargazers:1Issues:0Issues:0
Language:C++License:MITStargazers:1Issues:0Issues:0

COVID-19-Test-System

COVID-19 Test System - build with Nana GUI Library

Language:C++Stargazers:1Issues:0Issues:0

TrabajoPractico5_ProgGraficosI

Ventana de nana utilizando score hecho por Gaspar Nuñez

Language:C++Stargazers:1Issues:0Issues:0
Language:C++Stargazers:1Issues:0Issues:0

myNana

my experiments with nanapro, come from: https://nanapro.codeplex.com/SourceControl/network/forks/qPCR4vir/myNana

Language:C++Stargazers:1Issues:0Issues:0
Language:C++Stargazers:1Issues:0Issues:0

nana-bgImg-formSize

C++ nana background image and default form size.

Language:C++Stargazers:1Issues:0Issues:0

Visual-Sort

Sorting algorithm animation based on nana library, C++

Language:C++License:MITStargazers:2Issues:0Issues:0