coefficients
There are 35 repositories under coefficients topic.
tompazourek/Rationals
🔟 Implementation of rational number arithmetic for .NET with arbitrary precision.
berndporr/fir1
FIR & LMS filter implementation in C++ with Python & JAVA wrappers
m-clark/visibly
👓 Functions related to R visualizations
GCY/Finite-Impulse-Response-FIR-Filter-
This is C++ algorithm, and convolution kernel generator with MATLAB
poissonconsulting/term
An R package to manipulate the names of parameters terms
BystrickyK/SINDy
Physically-informed model discovery of systems with nonlinear, rational terms using the SINDy-PI method. Contains functionality for spectral filtering/differentiation.
Andrey123815/homework_2021_1_c_lang
:open_book: Технопарк Mail.ru 1 семестр. Домашнее задание №1 по курсу "Углубленное программирование на C/C++".
huuanhhuynguyen/advanced_lane_finding
Lane finding algorithm using image binarization and bird-eye perspective warping
haneneby/DOTNet
Addresses the problem of reconstructing images acquired by diffuse optical tomography using deep learning.
mateoservent/coefeasy
Coefeasy is an R package under development for making regression coefficients more accessible. With this tool, you can read and report key coefficients instantly.
ComputationalScienceLaboratory/Time-Stepping-Coefficients
This repository provides coefficients of various time-stepping schemes developed by CSL members.
hesscl/coefINLA
R library for ggplots of INLA Fixed Effect Coefficients
BaseMax/MatrixFunction
The Cramer, Determinant, Coefficient, Multiplication for the matrix.
kaushikrohit004/RegressViz-Empirical-Coefficient-Explorer
RegrCoeffsExplorer is a tool that enhances the interpretation of regression results by visualizing empirical data distributions. It supports Linear Models (LM), Generalized Linear Models (GLM), and Elastic-Net Regularized Generalized Linear Models (GLMNET).
AVINASH-KURREY/ML-CONCEPTS
ML MODEL CONCEPTS
Axialis/berg-coefficient
Graph for choose Berg coefficients
chunwangpro/A-case-study-analyzing-reviews-sentiment-of-Amazon-products
Using turicreate to improve the results' explanation by interpreting the difference in performance among several classifiers.
DipakMajhi/Roots_of_a_Polynomial
This program uses Bairstow’s method to find the real and complex roots of a polyomial with real coefficients.
ITIS-Enrico-Fermi/NoteSpeedup
A collection of tools to speed up digital note-taking in scientific and mathematical fields.
JoonSoo-Kim/VIN
리스크 헷지 기반 ETF 추천 서비스
julzerinos/matlab-Weierstrass-Chebyshev-Polynomials
The Weierstrass method for finding all roots of the Chebyshev polynomial of the first order.
Marantesss/powerlifting-formulas
Powerlifting Formulas Calculator (Wilks, WilksV2, Dots, IPF, Reshel and Glossbrenner)
CaptainCodex/relevancy-ranker
Uses Machine Learning API SKLearn and Pandas to rank relevancy between data columns. Linear regression determines the coefficients between columns to indicate the amount of impact columns have in relation to each other.
fdformula/FiniteDifferenceFormula.jl
A general and comprehensive toolkit for generating finite difference formulas, working with Taylor series expansions, and teaching/learning finite difference formulas in Julia
fdformula/FiniteDifferenceFormula.py
A general and comprehensive toolkit for generating finite difference formulas, working with Taylor series expansions, and teaching/learning finite difference formulas in Python
inijamlud/koef_korelasi
Statistika: Menghitung kuantifikasi arah dan kekuatan hubungan
peter2st/Feature-Picker-Function
Function to select features for a ML model based on a coeffecient threshold (See README).
sanjanatg/polynomial-addition
Dynamically allocates memory for an array of polynomials using calloc(). Allows the user to input the number of polynomials to be added. Reads the coefficients of each polynomial from the user. Adds the polynomials together and stores the result in a new polynomial. Prints the resulting polynomial.
welijahclark/simpleregcoefficientcalculator
A simple regression coefficient calculator in Python
Winux2k/FiniteDifferenceFormula.jl
A general and comprehensive toolkit for generating finite difference formulas, working with Taylor series expansions, and teaching/learning finite difference formulas in Julia
607011/wilks
Jupyter notebook to fit a reciprocal polynomial on Wilks coefficients
Hassan-Elseoudy/Polynomial-Calculator
C Program to do arithmetic calculations on polynomials with different coefficients and powers.