Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
$pwd:
rust-dd
GitHub creator profile

rust-dd

Repository-level view of 21 collected skills across 2 GitHub repositories, including approximate occupation coverage.

skills collected
21
repositories
2
occupation fields
1
updated
2026-05-29
occupation focus
Major fields detected across this creator.
repository explorer

Repositories and representative skills

#001
stochastic-rs
20 skills1657updated 2026-05-29
95% of creator
dev-rules
محللو ضمان جودة البرمجيات والمختبرون

Development rules for stochastic-rs — enforces project conventions when writing new modules, adding dependencies, or implementing algorithms

2026-05-29
docs-writing
مطوّرو البرمجيات

Conventions for writing and maintaining stochastic-rs documentation pages under website/content/docs/. Eight page templates (process / distribution / copula / pricer / calibrator / estimator / AI surrogate / concept), frontmatter schema, KaTeX gotchas, meta.json sidebar wiring, doctest-backed examples, and the audit-script contract. Invoke whenever a new public type ships and needs a docs page, or when fixing rot in existing pages.

2026-05-10
add-diffusion-process
مطوّرو البرمجيات

How to add a new diffusion / SDE process to stochastic-rs-stochastic. Invoke when implementing GBM-like, OU-like, Vasicek-like, CIR-like, Heston-like models that satisfy `dX_t = drift dt + diffusion dW_t`.

2026-05-10
add-fractional-process
مطوّرو البرمجيات

How to add a Hurst-parameterised (rough / fractional) process to stochastic-rs-stochastic. Invoke when wrapping fBm / fGn / Volterra-kernel processes — fOU, rBergomi, rough Heston, fBates, fractional CIR, etc.

2026-05-10
add-gpu-sampler
مطوّرو البرمجيات

How to add a GPU-accelerated sampler (CUDA / Metal) for a process or distribution. Invoke when porting a CPU sampler to GPU for the long-horizon / many-paths regime where CPU SIMD saturates.

2026-05-10
add-jump-process
مطوّرو البرمجيات

How to add a jump-diffusion / Lévy / compound-Poisson process to stochastic-rs-stochastic. Invoke for Merton-jump, Kou-jump, Bates-style models, or for layering jumps onto an existing diffusion (GBM → MJD, Heston → Bates).

2026-05-10
add-mc-variance-reduction
مطوّرو البرمجيات

How to add a Monte Carlo variance-reduction technique to stochastic-rs-quant. Covers antithetic, control-variate, stratified, importance, quasi-MC (Halton/Sobol), and MLMC. Returns McEstimate<T> with 95% CI.

2026-05-10
adding-distribution
مطوّرو البرمجيات

How to add a univariate distribution to stochastic-rs-distributions. Covers SimdXxx struct, sampling pattern (transformation / ziggurat / rejection / inversion), DistributionExt closed-form moments/pdf/cdf/cf, KS-test, and the py_distribution! macro.

2026-05-10
Showing top 8 of 20 collected skills in this repository.
Showing 2 of 2 repositories
All repositories loaded