Learn R Programming

ffstream (version 0.1.7.2)

getv_from_u_and_w: Calculate v

Description

Function to calculate v from u and w, according to the formula \(v= w(1-u)\).

Usage

getv_from_u_and_w(u, w)

Arguments

u

The current value of u.

w

The current value of w.