Showing 12 of total 12 results (show query)
hwborchers
pracma:Practical Numerical Math Functions
Provides a large number of functions from numerical analysis and linear algebra, numerical optimization, differential equations, time series, plus some well-known special mathematical functions. Uses 'MATLAB' function names where appropriate to simplify porting.
Maintained by Hans W. Borchers. Last updated 1 years ago.
29 stars 12.34 score 6.6k scripts 931 dependentsantoinelucas64
gmp:Multiple Precision Arithmetic
Multiple Precision Arithmetic (big integers and rationals, prime number tests, matrix computation), "arithmetic without limitations" using the C library GMP (GNU Multiple Precision Arithmetic).
Maintained by Antoine Lucas. Last updated 7 months ago.
7.69 score 530 scripts 317 dependentsnicchr
cheapr:Simple Functions to Save Time and Memory
Fast and memory-efficient (or 'cheap') tools to facilitate efficient programming, saving time and memory. It aims to provide 'cheaper' alternatives to common base R functions, as well as some additional functions.
Maintained by Nick Christofides. Last updated 3 days ago.
19 stars 7.21 score 73 scripts 2 dependentsironholds
primes:Fast Functions for Prime Numbers
Fast functions for dealing with prime numbers, such as testing whether a number is prime and generating a sequence prime numbers. Additional functions include finding prime factors and Ruth-Aaron pairs, finding next and previous prime numbers in the series, finding or estimating the nth prime, estimating the number of primes less than or equal to an arbitrary number, computing primorials, prime k-tuples (e.g., twin primes), finding the greatest common divisor and smallest (least) common multiple, testing whether two numbers are coprime, and computing Euler's totient function. Most functions are vectorized for speed and convenience.
Maintained by Os Keyes. Last updated 1 years ago.
11 stars 4.50 score 47 scriptssqyu
genscore:Generalized Score Matching Estimators
Implementation of the Generalized Score Matching estimator in Yu et al. (2019) <http://jmlr.org/papers/v20/18-278.html> for non-negative graphical models (truncated Gaussian, exponential square-root, gamma, a-b models) and univariate truncated Gaussian distributions. Also includes the original estimator for untruncated Gaussian graphical models from Lin et al. (2016) <doi:10.1214/16-EJS1126>, with the addition of a diagonal multiplier.
Maintained by Shiqing Yu. Last updated 5 years ago.
density-estimationgraphical-modelsinteraction-modelsscore-matchingundirected-graphs
1 stars 4.18 score 3 scripts 1 dependentsstla
resultant:Utilities for Multivariate Polynomials with Rational Coefficients
Computation of resultant, subresultants, greatest common divisor, integral division (aka division without remainder) of two multivariate polynomials with rational coefficients, Sturm-Habicht sequence and square-free factorization of a multivariate polynomial with rational coefficients. The computations are performed by the 'C++' library 'CGAL' (<https://www.cgal.org/>). Resultants have applications in polynomial systems solving, number theory, and algebraic geometry. The package also contains some functions computing the number of real roots of a univariate polynomial with rational coefficients, and a function computing the division with remainder of two univariate polynomials with rational coefficients.
Maintained by Stéphane Laurent. Last updated 8 months ago.
cgalmultivariate-polynomialsgmpcpp
4.17 score 42 scriptscran
schoolmath:Functions and Datasets for Math Used in School
Contains functions and datasets for math taught in school. A main focus is set to prime-calculation.
Maintained by Jörg große Schlarmann. Last updated 2 years ago.
2.48 score 2 dependentsjleivacuadrado
VeryLargeIntegers:Store and Operate with Arbitrarily Large Integers
Multi-precision library that allows to store and operate with arbitrarily big integers without loss of precision. It includes a large list of tools to work with them, like: - Arithmetic and logic operators - Modular-arithmetic operators - Computer Number Theory utilities - Probabilistic primality tests - Factorization algorithms - Random generators of diferent types of integers.
Maintained by Javier Leiva Cuadrado. Last updated 2 years ago.
2.00 score 33 scripts 1 dependentscran
FRACTION:Numeric Number into Fraction
Turn numeric,data.frame,matrix into fraction form.
Maintained by OuYang Ming. Last updated 2 years ago.
1.78 score 1 dependentswjbraun
MiscMath:Miscellaneous Mathematical Tools
Some basic math calculators for finding angles for triangles and for finding the greatest common divisor of two numbers and so on.
Maintained by W.J. Braun. Last updated 2 months ago.
1.00 score 2 scriptsyml2017xiao
Peacock.test:Two and Three Dimensional Kolmogorov-Smirnov Two-Sample Tests
The original definition of the two and three dimensional Kolmogorov-Smirnov two-sample test statistics given by Peacock (1983) is implemented. Two R-functions: peacock2 and peacock3, are provided to compute the test statistics in two and three dimensional spaces, respectively. Note the Peacock test is different from the Fasano and Franceschini test (1987). The latter is a variant of the Peacock test.
Maintained by Yuanhui Xiao. Last updated 9 years ago.
1.00 score 10 scripts