View source: R/EPP_singleperiod.R
EPP_singleperiod | R Documentation |
Expected profit from a newsvendor model based on a poisson distribution.
EPP_singleperiod(quantity, lambda, p, c, g, b, na.rm = TRUE)
quantity |
numeric,quantity to be ordered during season. |
lambda |
numeric, mean of the demand based on poisson distribution. |
p |
numeric,selling price of the SKU |
c |
numeric,cost of the SKU |
g |
numeric,,salvage or discounted value if sold after season,if there is no salvage , zero is placed in the argument. |
b |
numeric, peanlity cost of not satisfying demand if any, if not, zero is placed in the argument. |
na.rm |
A logical indicating whether missing values should be removed |
calculating expected profit for a newsvendor model. based on assumed poisson distribution demand.
a dataframe that contains calculations of the expected profit from a newsvendor model based on poisson distribution.
this is the second version of the inventorize package, all the fucntions are without any academic contribution from my side, the aim is to facilitate and ease much of the bookkeeping that is endured during stock analysis.
"haytham omar email: <haytham@rescaleanalytics.com>"
EPP_singleperiod(quantity=40149,lambda= 32000,p=24,c=10.9,g=7,b=0,na.rm=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.