# Slot: weight_distribution 


_Distribution to sample per-region stimulus weights from, as an alternative to the explicit `weighting` array (e.g. Uniform(-1, 1) per node). When set, the codegen samples one weight per target region using the distribution's seed._



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



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





## Applicable Classes

| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Event](../classes/Event.qmd) | A discrete or continuous event that modifies the system during simulation |  no  |






## Properties

### Type and Range

| Property | Value |
| --- | --- |
| Range | [Distribution](../classes/Distribution.qmd) |
| Domain Of | [Event](../classes/Event.qmd) |

### Cardinality and Requirements

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

| Property | Value |
| --- | --- |
| Owner | [Event](../classes/Event.qmd) |












## Identifier and Mapping Information





### Schema Source


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




## Mappings

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




## LinkML Source

<details>
```yaml
name: weight_distribution
description: Distribution to sample per-region stimulus weights from, as an alternative
  to the explicit `weighting` array (e.g. Uniform(-1, 1) per node). When set, the
  codegen samples one weight per target region using the distribution's seed.
from_schema: https://w3id.org/tvbo
rank: 1000
owner: Event
domain_of:
- Event
range: Distribution
inlined: true

```
</details></div>