mdp_span {MDPtoolbox}R Documentation

Evaluates the span of a vector

Description

Computes the span of a vector.

Usage

mdp_span(W)

Arguments

W

a vector.

Details

mdp_span computes the span of the W vector: max W(s) - min W(s)

Value

the value of the span of the W vector.


[Package MDPtoolbox version 4.0.3 Index]