# Slot: num_samples 


_Posterior samples to draw._



<div data-search-exclude markdown="1">



URI: [tvbo:slot/num_samples](https://w3id.org/tvbo/slot/num_samples)
<!-- no inheritance hierarchy -->





## Applicable Classes

| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Inference](../classes/Inference.qmd) | Bayesian inference of model parameters from an observation, via MCMC |  no  |






## Properties

### Type and Range

| Property | Value |
| --- | --- |
| Range | [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) |
| Domain Of | [Inference](../classes/Inference.qmd) |

### Cardinality and Requirements

| Property | Value |
| --- | --- |
### Slot Characteristics

| Property | Value |
| --- | --- |
| If Absent | `integer(1000)` |
| Owner | [Inference](../classes/Inference.qmd) |












## Identifier and Mapping Information





### Schema Source


* from schema: https://w3id.org/tvbo




## Mappings

| Mapping Type | Mapped Value |
| ---  | ---  |
| self | tvbo:num_samples |
| native | tvbo:num_samples |




## LinkML Source

<details>
```yaml
name: num_samples
description: Posterior samples to draw.
from_schema: https://w3id.org/tvbo
rank: 1000
ifabsent: integer(1000)
owner: Inference
domain_of:
- Inference
range: integer

```
</details></div>