Learn R Programming

inventorize (version 1.1.1)

EUSnorm_singleperiod: EUSnorm_singleperiod

Description

Calculating expected unit short based on an assumed normal distribution.

Usage

EUSnorm_singleperiod(quantity, demand, standerddeviation, na.rm = TRUE)

Arguments

quantity,

numeric,quantity replinished every cycle.

demand

numeric,annual Expected demand of the SKU .

standerddeviation

numeric, standard deviation of the SKU during season.

na.rm

logical,TRUE

Value

a dataframe that contains Expected unit short,k and g(k).

Details

Calculating expected unit short based on an assumed normal distribution for a newsvendor model.

Examples

Run this code
# NOT RUN {
EUSnorm_singleperiod(quantity=35000,demand=32000,standerddeviation=12000,na.rm=TRUE)
# }

Run the code above in your browser using DataLab