Trendora

Gaussian function

Hold

Techniques

A bell-shaped function commonly used in probability and statistics.

Why it's here

Placed in Hold: 2 article(s) of evidence from 2 source(s), led by research-stage coverage, with 0 in the last 30 days. Confidence 37%.

Evidence (2)

  • 2Hacker News·7/4/2026research
    Why integration is harder than differentiation

    The article contrasts differential and integral calculus to show that synthesis is often harder than analysis. It explains that derivatives are algorithmic and straightforward to compute, while integrals can lack closed-form solutions and may require infinite series or special techniques. It uses the Gaussian integral as an example of a common function that is easy to differentiate but difficult to integrate exactly.

  • 6Hugging Face Blog·6/29/2026research
    DiScoFormer unifies density and score estimation in one transformer

    Hugging Face highlights DiScoFormer, a transformer-based model that estimates both a distribution’s density and score from a sample in a single forward pass. The approach uses a shared backbone with separate heads and a consistency loss, and the authors show that attention can reproduce kernel density estimation as a special case while extending it to higher-dimensional settings.