## StatsFn type

**Signature:**

```typescript
export type StatsFn = (data: number[]) => number | Quantity;
```  
- [StatsFn type](/content/docs/sdk/core.statsfn#statsfn-type/index.html)
