An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: mean

stdlib-js/stats-incr-mmae

Compute a moving mean absolute error (MAE) incrementally.

Language: JavaScript - Size: 974 KB - Last synced at: 18 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-pareto-type1-mean

Pareto (Type I) distribution expected value.

Language: JavaScript - Size: 449 KB - Last synced at: 14 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-mpe

Compute the mean percentage error (MPE) incrementally.

Language: JavaScript - Size: 413 KB - Last synced at: 19 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-gumbel-mean

Gumbel distribution mean.

Language: Python - Size: 489 KB - Last synced at: 18 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-dsnanmeanors

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.

Language: JavaScript - Size: 212 KB - Last synced at: 3 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-smidrange

Calculate the mid-range of a single-precision floating-point strided array.

Language: JavaScript - Size: 664 KB - Last synced at: 19 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-dnanmeanwd

Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.

Language: JavaScript - Size: 179 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dnanmeanors

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.

Language: JavaScript - Size: 229 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-snanmeanwd

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.

Language: JavaScript - Size: 587 KB - Last synced at: 19 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-meanpw

Calculate the arithmetic mean of a strided array using pairwise summation.

Language: JavaScript - Size: 537 KB - Last synced at: 16 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-dmeanli

Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm.

Language: JavaScript - Size: 246 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-sdsmeanors

Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.

Language: JavaScript - Size: 560 KB - Last synced at: about 18 hours ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-dsemwd

Calculate the standard error of the mean for a double-precision floating-point strided array using Welford's algorithm.

Language: JavaScript - Size: 238 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dsemtk

Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass textbook algorithm.

Language: JavaScript - Size: 240 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-dmeanvar

Calculate the mean and variance of a double-precision floating-point strided array.

Language: JavaScript - Size: 1.33 MB - Last synced at: 26 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-dsmeanpn

Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.

Language: JavaScript - Size: 249 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-dsmeanors

Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation and returning an extended precision result.

Language: JavaScript - Size: 1010 KB - Last synced at: 18 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dsnanmeanwd

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.

Language: JavaScript - Size: 510 KB - Last synced at: 11 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dsnanmeanpn

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.

Language: JavaScript - Size: 533 KB - Last synced at: 14 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dsnanmeanors

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.

Language: JavaScript - Size: 493 KB - Last synced at: 1 day ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-sdsmean

Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.

Language: JavaScript - Size: 741 KB - Last synced at: 30 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dsnanmean

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.

Language: JavaScript - Size: 1 MB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dsmeanwd

Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.

Language: JavaScript - Size: 514 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dsmeanpw

Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation with extended accumulation and returning an extended precision result.

Language: JavaScript - Size: 691 KB - Last synced at: 29 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dsmeanpn

Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.

Language: JavaScript - Size: 1.48 MB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

iamnapo/average

🧮 Small utility function to calculate the average value of an array.

Language: TypeScript - Size: 30.3 KB - Last synced at: 6 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-dnanmean

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.

Language: JavaScript - Size: 357 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-snanmeanpn

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.

Language: JavaScript - Size: 595 KB - Last synced at: 1 day ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

didinj/mean-angular4-chat-app

MEAN stack with Angular 4 Chat App

Language: TypeScript - Size: 18.6 KB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 44 - Forks: 51

stdlib-js/stats-base-dists-f-mean

F distribution expected value.

Language: Python - Size: 370 KB - Last synced at: 20 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dsemtk

Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass textbook algorithm.

Language: JavaScript - Size: 812 KB - Last synced at: 5 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-normal-mean

Normal distribution expected value.

Language: JavaScript - Size: 428 KB - Last synced at: 23 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-mape

Compute the mean absolute percentage error (MAPE) incrementally.

Language: JavaScript - Size: 414 KB - Last synced at: 13 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

zacharyjbaldwin/btl-books

Semester project for CS 4389 at the University of Texas at Dallas -- it's a bookstore.

Language: TypeScript - Size: 436 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 12 - Forks: 0

stdlib-js/stats-base-dsmean

Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.

Language: JavaScript - Size: 1.41 MB - Last synced at: 5 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-iter-midrange

Compute the mid-range of all iterated values.

Language: JavaScript - Size: 1010 KB - Last synced at: 14 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-logistic-mean

Logistic distribution expected value.

Language: Python - Size: 425 KB - Last synced at: 1 day ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-nanmean

Calculate the arithmetic mean of a strided array, ignoring NaN values.

Language: JavaScript - Size: 429 KB - Last synced at: 22 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-wmean

Compute a weighted arithmetic mean incrementally.

Language: JavaScript - Size: 425 KB - Last synced at: 17 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dsemwd

Calculate the standard error of the mean for a double-precision floating-point strided array using Welford's algorithm.

Language: JavaScript - Size: 822 KB - Last synced at: 13 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-meanabs

Compute an arithmetic mean of absolute values incrementally.

Language: JavaScript - Size: 405 KB - Last synced at: 19 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-dmeanlipw

Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.

Language: JavaScript - Size: 268 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-incr-mmaape

Compute a moving arctangent mean absolute percentage error (MAAPE) incrementally.

Language: JavaScript - Size: 937 KB - Last synced at: 15 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-ttest

One-sample and paired Student's t-Test.

Language: JavaScript - Size: 4.03 MB - Last synced at: 17 days ago - Pushed at: 3 months ago - Stars: 5 - Forks: 0

stdlib-js/stats-base-smeanpw

Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.

Language: JavaScript - Size: 1.32 MB - Last synced at: 17 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

alexhallam/tablespoon

🥄✨Time-series Benchmark methods that are Simple and Probabilistic

Language: Python - Size: 2.83 MB - Last synced at: 18 days ago - Pushed at: over 1 year ago - Stars: 41 - Forks: 1

CyrilJl/BatchStats

Python package for efficient, online statistical computations on streaming or large-scale data

Language: Python - Size: 401 KB - Last synced at: 18 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-smeanli

Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.

Language: JavaScript - Size: 1.26 MB - Last synced at: 2 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-mme

Compute a moving mean error (ME) incrementally.

Language: JavaScript - Size: 973 KB - Last synced at: 25 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-triangular-mean

Triangular distribution expected value.

Language: Python - Size: 381 KB - Last synced at: 3 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dsemyc

Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.

Language: JavaScript - Size: 902 KB - Last synced at: 10 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-ewmean

Compute an exponentially weighted mean incrementally.

Language: JavaScript - Size: 885 KB - Last synced at: 17 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-iter-mmean

Create an iterator which iteratively computes a moving arithmetic mean.

Language: JavaScript - Size: 1.12 MB - Last synced at: 18 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dnanmeanpn

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.

Language: JavaScript - Size: 498 KB - Last synced at: 22 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-snanmeanors

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.

Language: JavaScript - Size: 581 KB - Last synced at: 11 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

ladjs/web

Web server for Lad

Language: JavaScript - Size: 2.1 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 11 - Forks: 2

ladjs/api

API server for Lad

Language: JavaScript - Size: 1.96 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 4 - Forks: 3

stdlib-js/stats-incr-mmpe

Compute a moving mean percentage error (MPE) incrementally.

Language: JavaScript - Size: 973 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dsemch

Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass trial mean algorithm.

Language: JavaScript - Size: 743 KB - Last synced at: 3 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dnanmeanwd

Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.

Language: JavaScript - Size: 577 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dnanmeanpw

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.

Language: JavaScript - Size: 888 KB - Last synced at: 9 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dnanmeanors

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.

Language: JavaScript - Size: 559 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

happybono/RunningMedian

VB.NET project to determine the running median by means of a data on the listbox control.

Language: Visual Basic .NET - Size: 294 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 1

stdlib-js/stats-base-dnanmean

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.

Language: JavaScript - Size: 1.04 MB - Last synced at: 4 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

laura-projects-work/price-prediction

Price prediction.

Language: R - Size: 7.9 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-smeanwd

Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.

Language: JavaScript - Size: 563 KB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmeanlipw

Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.

Language: JavaScript - Size: 1.28 MB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-meankbn2

Calculate the arithmetic mean of a strided array using a second-order iterative Kahan–Babuška algorithm.

Language: JavaScript - Size: 520 KB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-meankbn

Calculate the arithmetic mean of a strided array using an improved Kahan–Babuška algorithm.

Language: JavaScript - Size: 513 KB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

lando/mean

The Official MEAN Lando Plugin

Language: JavaScript - Size: 931 KB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 1

Willvillegas/Proyecto-Web

Proyecto IMDB Web para el curso introducción al desarrollo páginas web. Verano 2024-2025

Language: TypeScript - Size: 3.08 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-iter-cumeanabs

Create an iterator which iteratively computes a cumulative arithmetic mean of absolute values.

Language: JavaScript - Size: 962 KB - Last synced at: 17 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmidrange

Calculate the mid-range of a double-precision floating-point strided array.

Language: JavaScript - Size: 535 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-gamma-mean

Gamma distribution expected value.

Language: Python - Size: 374 KB - Last synced at: 2 days ago - Pushed at: 4 months ago - Stars: 3 - Forks: 0

stdlib-js/stats-base-dmeanpw

Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.

Language: JavaScript - Size: 1.29 MB - Last synced at: 20 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmeanors

Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.

Language: JavaScript - Size: 993 KB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dmeanli

Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm.

Language: JavaScript - Size: 1.23 MB - Last synced at: 11 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmeankbn2

Calculate the arithmetic mean of a double-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.

Language: JavaScript - Size: 1.14 MB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dmeankbn

Calculate the arithmetic mean of a double-precision floating-point strided array using an improved Kahan–Babuška algorithm.

Language: JavaScript - Size: 1.13 MB - Last synced at: 16 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-t-mean

Student's t distribution expected value.

Language: Python - Size: 416 KB - Last synced at: 19 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-poisson-mean

Poisson distribution expected value.

Language: Python - Size: 456 KB - Last synced at: 21 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-geometric-mean

Geometric distribution expected value.

Language: Python - Size: 465 KB - Last synced at: 1 day ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

glaucia86/tutorial-crud-mean

Repositório responsável pelo tutorial realizado no canal do youtube

Language: TypeScript - Size: 3.26 MB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 47 - Forks: 15

stdlib-js/stats-incr-meanstdev

Compute an arithmetic mean and corrected sample standard deviation incrementally.

Language: JavaScript - Size: 781 KB - Last synced at: 24 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-meanabs2

Compute an arithmetic mean of squared absolute values incrementally.

Language: JavaScript - Size: 451 KB - Last synced at: 24 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-vmr

Compute a variance-to-mean ratio (VMR) incrementally.

Language: JavaScript - Size: 869 KB - Last synced at: about 7 hours ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

pngo1997/Vector-space-Retrieval-Algorithm

Implements the Inverted Index Retrieval Algorithm and evaluates retrieval performance using Mean Average Precision.

Language: Jupyter Notebook - Size: 285 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-dmeanwd

Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.

Language: JavaScript - Size: 453 KB - Last synced at: 17 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

AbhinavJain29/Udacity_Descriptive_Stats

This project is based on the Udacity course: Intro to Descriptive Statistics.

Size: 2.87 MB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

stdlib-js/stats-iter-cumeanabs2

Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.

Language: JavaScript - Size: 852 KB - Last synced at: 7 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmeanstdev

Calculate the mean and standard deviation of a double-precision floating-point strided array.

Language: JavaScript - Size: 1.18 MB - Last synced at: 18 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

kadik23/Zenstay

Zenstay is a web application for rooms booking using the MERN stack with bootstrap for styling

Language: JavaScript - Size: 65.4 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Pankajtanwarbanna/PlacementMNIT

🎓 Official Placement Portal : MNIT Jaipur

Language: JavaScript - Size: 14 MB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 71 - Forks: 49

sh4wnbk/numerical_data_stats

Identify columns containing blatant outliers in a dataset,

Language: Jupyter Notebook - Size: 4.88 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

microprediction/momentum

Running mean, variance, skew, and kurtosis

Language: Python - Size: 57.6 KB - Last synced at: 6 days ago - Pushed at: about 3 years ago - Stars: 11 - Forks: 5

lisette-espin/PovertyMaps

Interpreting wealth distribution via poverty map inference using multimodal data

Language: Jupyter Notebook - Size: 453 MB - Last synced at: 25 days ago - Pushed at: 5 months ago - Stars: 6 - Forks: 0

garethcmurphy/MEAN-Stack-Playground-

MEAN Stack Playground 🛠️🌐 This repository is a **sandbox for experimenting with the MEAN stack** (MongoDB, Express.js, Angular, and Node.js). It serves as a playground for testing ideas, building prototypes, and exploring the stack's capabilities. --- ## Features ✨ - **MongoDB Integration**: Experiment with database models and queries.

Language: JavaScript - Size: 16.6 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

garethcmurphy/MEAN-Docker-Environment-for-SciCat-and-More

MEAN Docker Environment for SciCat and More 🐳✨ This repository provides a Dockerized MEAN (MongoDB, Express, Angular, Node.js) stack environment to support **SciCat** and other applications. It simplifies setup and deployment for developers and system administrators. --- ## Features ✨ - **Fully Dockerized MEAN Stack**: Easily deploy MongoD

Language: TypeScript - Size: 13.7 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

didinj/mean-stack-angular5-crud

MEAN Stack (Angular 5) CRUD Web Application Example

Language: TypeScript - Size: 24.4 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 106 - Forks: 82

stdlib-js/stats-incr-mhmean

Compute a moving harmonic mean incrementally.

Language: JavaScript - Size: 898 KB - Last synced at: 28 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0