The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SemanticWeb::Schema::QuantitativeValueDistribution - A statistical distribution of values.

VERSION

version v7.0.0

DESCRIPTION

A statistical distribution of values.

ATTRIBUTES

duration

The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.

A duration should be one of the following types:

InstanceOf['SemanticWeb::Schema::Duration']

_has_duration

A predicate for the "duration" attribute.

median

The median value.

A median should be one of the following types:

Num

_has_median

A predicate for the "median" attribute.

percentile10

The 10th percentile value.

A percentile10 should be one of the following types:

Num

_has_percentile10

A predicate for the "percentile10" attribute.

percentile25

The 25th percentile value.

A percentile25 should be one of the following types:

Num

_has_percentile25

A predicate for the "percentile25" attribute.

percentile75

The 75th percentile value.

A percentile75 should be one of the following types:

Num

_has_percentile75

A predicate for the "percentile75" attribute.

percentile90

The 90th percentile value.

A percentile90 should be one of the following types:

Num

_has_percentile90

A predicate for the "percentile90" attribute.

SEE ALSO

SemanticWeb::Schema::StructuredValue

SOURCE

The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018-2020 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)