Sulprobil Blog

My blog in German: https://www.bplumhoff.de

  1. PF_Allocate (VBA)

    Generate a random portfolio with a given total sum and lower + upper boundaries for each asset

  2. sbRandCDFInv (VBA)

    Generate distributed random numbers for a given explicit inverse cumulative distribution function

  3. sbRandPDF (VBA)

    Generate random numbers with a linear proxy of the inverse cumulative distribution function

  4. sbRandHistogrm (VBA)

    Create a histogram distribution of random numbers

  5. sbRandSum1 (VBA)

    Generate random numbers which sum up to 1

  6. sbRandCauchy (VBA)

    Generate 'Cauchy' distributed random numbers

  7. sbRandIntFixSum (VBA)

    Generate random integers between two boundaries which sum up to N

  8. sbLongRandSumN (VBA)

    Generate random integers which sum up to N

  9. sbRandomNoRepeatBeforeN (VBA)

    Generate random numbers which will not reappear within the next N draws