Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
rust-dd
GitHub 제작자 프로필

rust-dd

2개 GitHub 저장소에서 수집된 22개 skills를 저장소 단위로 보여줍니다.

수집된 skills
22
저장소
2
업데이트
2026-06-06
저장소 탐색

저장소와 대표 skills

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
이 저장소에서 수집된 skills 20개 중 상위 8개를 표시합니다.
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다