stdlib-js / stdlib-js/stdlib

[RFC]: Add `@stdlib/random/strided/cauchy`

Ouverte
#934 1 commentaire 0 réactions 0 personnes assignées Voir sur GitHub
Feature RFC status: Blocked
Langage dominant
JavaScript
Étoiles
6k
Forks
1.3k
Merge moyen
1 j 3 h
PR mergées (30 j)
611

Description

### Description

This RFC proposes adding support for filling a strided array with pseudorandom numbers drawn from a Cauchy distribution. This is the strided interface analog of `@stdlib/random/base/cauchy`.

Package: `@stdlib/random/strided/cauchy`
Alias: `cauchy`

### Related Issues

None.

### Questions

No.

### Other

- A package with a similar implementation/API design is [`@stdlib/random/strided/beta`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/beta).

### Checklist

- [X] I have read and understood the [Code of Conduct](https://github.com/stdlib-js/stdlib/blob/develop/CODE_OF_CONDUCT.md).
- [X] Searched for existing issues and pull requests.
- [X] The issue name begins with `RFC:`.

Guide de contribution

Ouvrir le guide de contribution

Piste de recherche

Start by comparing @stdlib/random/base/cauchy with the analogous @stdlib/random/strided/beta implementation in lib/node_modules/@stdlib/random/strided/beta. Trace the strided package API and determine what is needed for @stdlib/random/strided/cauchy, including the cauchy alias. Done means the new package fills a strided array with pseudorandom Cauchy-distributed values using the stated package name and API.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
javascript
Domaine
data
Type d'issue
Fonctionnalité
Difficulté
4/5
Temps estimé
3-5 jours
Activité
À l'abandon
Clarté
Plutôt claire
Accessibilité débutants
38/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.