Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

FsLab

FsLab is a center of gravity for data science projects written in and/or for F#. Perform the whole data science cycle in F#!
Collective - Host: opensource - https://opencollective.com/fslab - Website: https://fslab.org - Code: https://github.com/fslaborg

omit studentized range test due to long runtime

github.com/fslaborg/FSharp.Stats - 1b999656e39c4a2a56b7d06aabbe099dcb2e6bea authored over 2 years ago
Merge pull request #221 from Freymaurer/hypergeometric_kevinf

github.com/fslaborg/FSharp.Stats - b875c030c621de1c26405d44f222c7d3e984a096 authored over 2 years ago
fix merge conflicts

github.com/fslaborg/FSharp.Stats - 15f41886e5634558e535cd3f64a0233a7833cb5c authored over 2 years ago
Merge branch 'developer' into hypergeometric_kevinf

github.com/fslaborg/FSharp.Stats - f4e0331d11195bcf8a01505592956c3b17480039 authored over 2 years ago
Merge pull request #227 from fslaborg/bvenn-intervaltests

Add unit tests for interval

github.com/fslaborg/FSharp.Stats - 29c23ff7b30ddc418b811568df8e4fba5891912e authored over 2 years ago
Merge pull request #226 from zieglerSe/f-tests

github.com/fslaborg/FSharp.Stats - fa85f9decdc9fd6019f2413203746c115c4444bc authored over 2 years ago
Merge branch 'developer' into f-tests

github.com/fslaborg/FSharp.Stats - 7bfd855c215849ee8fda4960691cdebb4911993b authored over 2 years ago
Merge branch 'developer' into bvenn-intervaltests

github.com/fslaborg/FSharp.Stats - 54eb168aa0066e4bef2d84771a712e4f25f09433 authored over 2 years ago
Merge pull request #224 from omaus/unitTestDistributionsChiSquared

github.com/fslaborg/FSharp.Stats - d0fbe245293be1cd328edade5d2aa9140c43c56f authored over 2 years ago
:heavy_check_mark: Put in test cases for CDF nan again

github.com/fslaborg/FSharp.Stats - e41b58357f70336853cfc2adaed891973be8301a authored over 2 years ago
correct fsproj indentation

github.com/fslaborg/FSharp.Stats - 9729f1796d6752a23ae4b5f146f633a6ffe9210c authored over 2 years ago
Merge branch 'unitTestDistributionsChiSquared' of https://github.com/omaus/FSharp.Stats into unitTestDistributionsChiSquared

github.com/fslaborg/FSharp.Stats - 8829cf73e6bc07507dcd99e999a361d21cdcbfde authored over 2 years ago
:boom: Comment out `ChiSquared.PDFLn` due to unclarity

see https://github.com/fslaborg/FSharp.Stats/issues/209

github.com/fslaborg/FSharp.Stats - 81cc2cd4d58b594ac77a6316f02de5ec356c1bd7 authored over 2 years ago
:heavy_check_mark: Finish UnitTests for ChiSquared distribution

Also exclude `PDFLn` function as long as its function is unclear.

github.com/fslaborg/FSharp.Stats - 4bf0f28dd20f1ee1c63da33610bcbcbbf2f3f8c6 authored over 2 years ago
:white_check_mark::construction: Add Unit tests for Distributions.Continuous.ChiSquared (WIP)

github.com/fslaborg/FSharp.Stats - 1d7d7cfb442e0f1cfd2a8f59c5b51a32244ae7f3 authored over 2 years ago
:construction: Update ChiSquared tests (WIP)

github.com/fslaborg/FSharp.Stats - 4e1bf630d55704701fafa5481e8dd8f0b2ba058d authored over 2 years ago
Merge pull request #219 from fslaborg/PCA

Rework PCA

github.com/fslaborg/FSharp.Stats - 6fb3503b10299f2e9515b90c9e1eb606b97ada16 authored over 2 years ago
update ML documentation

github.com/fslaborg/FSharp.Stats - 454abfe8717137f3aaa5c919a6631fa56c825391 authored over 2 years ago
Merge pull request #210 from fejung/fejung

Add distance metrics tests and small fixes to distance metrics

github.com/fslaborg/FSharp.Stats - 5fb2dca94cc93391a0889afa59b2aa12531b68e1 authored over 2 years ago
Merge pull request #218 from omaus/bugfixChiSquaredCDF

github.com/fslaborg/FSharp.Stats - 6c23e4bd56d732d24b8a157ce7a9eeaf3f84d75a authored over 2 years ago
Merge pull request #212 from Freymaurer/bernoulli_kevinf

github.com/fslaborg/FSharp.Stats - 6047bb8b8368cf24012591941297056e0d8940d6 authored over 2 years ago
Merge pull request #216 from Joott/LinearSystems

github.com/fslaborg/FSharp.Stats - 486f0b38273d17b8211a0da2597646a1ecc12038 authored over 2 years ago
Merge pull request #207 from fslaborg/special-functions-test

github.com/fslaborg/FSharp.Stats - 5837ae88d56424912a47bb78558b54c5c09e7c49 authored over 2 years ago
Merge pull request #547 from fslaborg/interactive

github.com/fslaborg/Deedle - ffa0af9be4024d3cd6122c476f664958cfac72d4 authored over 2 years ago
Use paket for Interactive package, add buildchain without RPlugin project, update paket

github.com/fslaborg/Deedle - e5780d0c0b34e41ebba96ec47cf579311a657c6d authored over 2 years ago
Merge branch 'developer' of https://github.com/zieglerSe/FSharp.Stats into developer

github.com/fslaborg/FSharp.Stats - f0daeeacff1a911b86c0a4a5d70e2a5404735002 authored over 2 years ago
Merge branch 'fslaborg:developer' into developer

github.com/fslaborg/FSharp.Stats - 0c29de5aff86f31bd5bd4866ffaf29c0c5a1af2a authored over 2 years ago
Update interactive dependencies

github.com/fslaborg/Deedle - b8441a47ef6d08fa23bc5711a6d56234be24b32f authored over 2 years ago
Add formatting tests

github.com/fslaborg/Deedle - 3b060153058260a669a51cfc6a1f38e0bc605014 authored over 2 years ago
:boom: Comment out `ChiSquared.PDFLn` due to unclarity

see https://github.com/fslaborg/FSharp.Stats/issues/209

github.com/fslaborg/FSharp.Stats - aa7ce00214c2daeedc1a8bb6dd3f3b078f76ff25 authored over 2 years ago
add realistic examples to tests

github.com/fslaborg/FSharp.Stats - 4455058114554ad6a81f98b7281d5d48d1fa76ea authored over 2 years ago
Add more unit tests to exponential distribution

github.com/fslaborg/FSharp.Stats - 67cc0e17b0c797b29cc00dad2684766f8dd53c10 authored over 2 years ago
add sturges and riceRule unittest at Bandwith

github.com/fslaborg/FSharp.Stats - 8b4b9bc1232d8737a28478f037b406c9fec76739 authored over 2 years ago
add Intervals documentation

github.com/fslaborg/FSharp.Stats - b3e0960c4a471b7d71e3f4e75a9764b1ca4a5de4 authored over 2 years ago
add Intervals.intersect unit test

github.com/fslaborg/FSharp.Stats - f203428cb54c7bc3cf642b0b2571859e001e0193 authored over 2 years ago
fix table id determination

github.com/fslaborg/FsSpreadsheet - a2277668b273ebb3f6d556de148cd7b176d61dbd authored over 2 years ago
Split binomial coeff/lnCoeff into checked and unchecked functions

github.com/fslaborg/FSharp.Stats - 8949bad28cc31d9d5a7ffa7baa83735e7404d546 authored over 2 years ago
Split erfcx into checked and unchecked function

github.com/fslaborg/FSharp.Stats - 680ab356bfcf13726698e5a228bb2b4aa339e2b8 authored over 2 years ago
Split beta and betaLn into checked and unchecked versions

github.com/fslaborg/FSharp.Stats - ce4323169af69a58a6428d17db49b559c5096310 authored over 2 years ago
Use _gammaLn internally

github.com/fslaborg/FSharp.Stats - 66d301c7e93d5947dd347e6bdadeb08e3a7527cf authored over 2 years ago
split gamma and gammaLn into checked and unchecked versions

github.com/fslaborg/FSharp.Stats - 8437af27bf63f2a51ad0dca58ba09fb5161d0371 authored over 2 years ago
:heavy_check_mark: Finish UnitTests for ChiSquared distribution

Also exclude `PDFLn` function as long as its function is unclear.

github.com/fslaborg/FSharp.Stats - d26a81d425fb345f0771b6711ecda0cd47e8e415 authored over 2 years ago
Add tests to Main.fs

github.com/fslaborg/FSharp.Stats - 81da912fdd716b99fd1b0b2a12bfdc70450dcedb authored over 2 years ago
Add unit tests :white_check_mark:

github.com/fslaborg/FSharp.Stats - 68abee3a904e3d8d2498aba5bb838ba2b1ef5f85 authored over 2 years ago
Update docs :books:

github.com/fslaborg/FSharp.Stats - 8b065936e48df75327d49ba2a4032482d5daa17a authored over 2 years ago
Add unit tests :white_check_mark:

github.com/fslaborg/FSharp.Stats - 61801a835aa2c3f2718fa700a12cb6dc87c8b3a7 authored over 2 years ago
add PCA documentation

github.com/fslaborg/FSharp.Stats - f18cec6b617cdb44766895ff930b21162a85c60d authored over 2 years ago
add comment regarding the ambiguity of the term loading

github.com/fslaborg/FSharp.Stats - 34ba3397dda4e257ae21ac04f1399f2b6faebded authored over 2 years ago
add sanity check

github.com/fslaborg/FSharp.Stats - 03a86e82db749a8e9bd11cbb180427bbeb079659 authored over 2 years ago
add new version PCA

github.com/fslaborg/FSharp.Stats - 8b300c3783807781d5b0da400c5a7a1739b7a139 authored over 2 years ago
:construction: Update ChiSquared tests (WIP)

github.com/fslaborg/FSharp.Stats - 6a9bdfe05507fe96cbb7394118087dede48a3397 authored over 2 years ago
Added tests for Distributions.Continuous.F

- Distributions.Continuous.fCheckParam
- Distributions.Continuous.F.Mean
- Distributions.Continu...

github.com/fslaborg/FSharp.Stats - b92244a4cce34131ffd95ba312c1600116ad1c05 authored over 2 years ago
:bug: Fix infinite loop bug in X² CDF

When using the CDF in a ChiSquared distribution with input value `nan`, `Gamma.lowerIncomplete` ...

github.com/fslaborg/FSharp.Stats - b83b8a718a44f1807499d2c8b56bd41638547cee authored over 2 years ago
:white_check_mark::construction: Add Unit tests for Distributions.Continuous.ChiSquared (WIP)

github.com/fslaborg/FSharp.Stats - 450226846ef7076f378900c2c94317a0053b6b6f authored over 2 years ago
add interval tests

#208

github.com/fslaborg/FSharp.Stats - 3ae955913748da31c25cdeb7757adf161ca82a79 authored over 2 years ago
fix intervals

#208

github.com/fslaborg/FSharp.Stats - db447834a8de7415b1c3dca4f20b1e3530427676 authored over 2 years ago
Add exponential Distribution unit tests

github.com/fslaborg/FSharp.Stats - 4907e532270e03296dcbedf83b86aad685b05aed authored over 2 years ago
Change hypergeometric CDF to have `int` input :bug:

github.com/fslaborg/FSharp.Stats - 1768c7c92f48068d76b3f15ac49adf35064b0cd5 authored over 2 years ago
Update code documentation :books:. Add check for `k` input.

github.com/fslaborg/FSharp.Stats - 4a36f51abde2aac518ad64b09df7ba965da467b2 authored over 2 years ago
Add beta function tests and xml docs

github.com/fslaborg/FSharp.Stats - 47e2595ebce59c6ad340cf83d310c26d02ec7164 authored over 2 years ago
Add tests for SolveTriangularLinearSystem

github.com/fslaborg/FSharp.Stats - d9617f562baef89bc25f73b7020c128b24c8f137 authored over 2 years ago
Add gamma function tests, add edgecase matches, add xml docs

github.com/fslaborg/FSharp.Stats - dd41209316ea88174182b6f7ac9b784401323917 authored over 2 years ago
add twoSamplePaired ttest test

github.com/fslaborg/FSharp.Stats - 68aec5589fa925987ef8c1e06502433e3b742dd4 authored over 2 years ago
add twosamplePaired ttest test

github.com/fslaborg/FSharp.Stats - 440a789c87bb6d1b21fe3486d0430dc96de5d154 authored over 2 years ago
removed minus in exponential Distribution PDF

github.com/fslaborg/FSharp.Stats - 8e0c8863e07dc7d5a5a95bec3fc068f641828549 authored over 2 years ago
Add Binomial coefficient tests

github.com/fslaborg/FSharp.Stats - e5d21a7ef5da2874b5b2c4ee25f9900293f40a4d authored over 2 years ago
Merge branch 'developer' of https://github.com/zieglerSe/FSharp.Stats into developer

github.com/fslaborg/FSharp.Stats - f41f2bc627b8037534799b59f6c2b257e9215020 authored over 2 years ago
removed obsolete wilcoxon distribution #213

github.com/fslaborg/FSharp.Stats - 8ca9b900bf8339ed2e90531d811c2a772bca37c5 authored over 2 years ago
Add Unit test for F-Test

github.com/fslaborg/FSharp.Stats - 142ae6813c11e5da46b689aa55b7ddbff480f37c authored over 2 years ago
Add error function tests, fix edge case return values for erfcx

github.com/fslaborg/FSharp.Stats - 8582dd72243b9b18b213fdce0a8a710256236315 authored over 2 years ago
Add docs for Bernoulli distribution :books:

github.com/fslaborg/FSharp.Stats - 542b7897ea6a0be8dfb363d8761680f2fd7de4e3 authored over 2 years ago
Add unit tests :white_check_mark:

github.com/fslaborg/FSharp.Stats - 799dd4529be7387890b08b962507b4dcf376692c authored over 2 years ago
Align CDF output with PDF output for nan case.

github.com/fslaborg/FSharp.Stats - cb443815cd7c8ffcfb0d1e5c4a38c0a44de57d91 authored over 2 years ago
add distance metrics tests

github.com/fslaborg/FSharp.Stats - 261b0b80926d4a74d951fa529870510d8502b3d1 authored over 2 years ago
small fixes in distance metrics

add NaN catch rule for cityblock distance
specify output type of min3 function

github.com/fslaborg/FSharp.Stats - 579a82098e83a1fddcce836425ec17cb62edea0e authored over 2 years ago
Fix Distributions.Discrete.Bernoulli.CDF :bug:

github.com/fslaborg/FSharp.Stats - 526039cf92a26b19cd8869868d4ea35d630239cd authored over 2 years ago
Enable test upper 1 / infinity

github.com/fslaborg/FSharp.Stats - 54161db6e546be022dd6ed7a2aefe35eb67d61b2 authored over 2 years ago
Add tests for SolveTriangularLinearSystems (Case: Lower)

github.com/fslaborg/FSharp.Stats - cd9643573f33b50b1e3e14eb49c228cd1b8182e8 authored over 2 years ago
add twosample ttest test

github.com/fslaborg/FSharp.Stats - 872ace3832504a03490ff9d8075d928834662bc8 authored over 2 years ago
Add logistic function tests

github.com/fslaborg/FSharp.Stats - c41cff63531a50b12072742b05a6ecc7ba9a4b2c authored over 2 years ago
Add tests for SolveTriangularLinearSystems (Case: Upper)

github.com/fslaborg/FSharp.Stats - 60615948d06e22122c6263c6c4739bc36c0b98c6 authored over 2 years ago
Add factorial and factorialLn tests, codebase cleanup

github.com/fslaborg/FSharp.Stats - 1673a01318ed95f72267842f3e729f5f16288c14 authored over 2 years ago
add onesample ttest test

github.com/fslaborg/FSharp.Stats - 312581f99c3aa942597f4b382f4436ff4249d754 authored over 2 years ago
Fix Distributions.Discrete.Bernoulli.PDF :bug:

github.com/fslaborg/FSharp.Stats - a9b2b055261e4caac804f05ae17bafa1cfb542f5 authored over 2 years ago
Merge pull request #7 from CSBiology/DSL

Add table to DSL

github.com/fslaborg/FsSpreadsheet - 807ec9be3f7ae098706c652ffa17f18fdb3856fb authored over 2 years ago
start working on TableBuilder for DSL

github.com/fslaborg/FsSpreadsheet - cfc60cca3eaf9235b34202f5deb2230e2edc8553 authored over 2 years ago
fix F# 5 dependency (#190)

* fix F# 5 dependency

* Updated build

* fixed paket.lock

github.com/fslaborg/flips - 4552c558f08283ddc4d3091de71480c17beba45b authored over 2 years ago
Merge pull request #40 from 64J0/64J0-2

Fix typos tutorial 001

github.com/fslaborg/fslaborg.github.io - c2c621e95de67caee724db827b40798a0906f6a6 authored over 2 years ago
chore: update Dockerfile comments

github.com/fslaborg/fslaborg.github.io - 0d0c6dfde7334301cffa3f3b1cbc8b213f624934 authored over 2 years ago
feat: fix typo tutorial 001

github.com/fslaborg/fslaborg.github.io - 3de910b594f39087e89b9224ad176c8a32dd3134 authored over 2 years ago
add rank reference to readMe

github.com/fslaborg/FSharp.Stats - 262f1acf2cbeeaf008c272774d008d6d462f1022 authored over 2 years ago
bump version to 0.4.7

github.com/fslaborg/FSharp.Stats - 87a651bcf825d965312eba1f2b36395196eb4aba authored over 2 years ago
Merge pull request #206 from fslaborg/interactive

github.com/fslaborg/FSharp.Stats - 9386ed567cab048fe76a29966dc37e4984ef30ea authored over 2 years ago
Add int Matrix formatting tests

github.com/fslaborg/FSharp.Stats - 8a559f561516a869991362c2fc6be767984055fd authored over 2 years ago
Fix index errors on ommitted rows + ommitted cols formatting

github.com/fslaborg/FSharp.Stats - 8060b68a2dfa4135bd7aecc4f781b351dce526ba authored over 2 years ago
bump version to 0.4.6

github.com/fslaborg/FSharp.Stats - 085afe89253eb52e91d7f80e368b21e58a548494 authored over 2 years ago