Skip to content

KerusCloud® Parameter Converter

This guide documents the KerusCloud® Parameter Converter (KPC) and explains how KPC fits into the KerusCloud® clinical trial simulation workflow.

KPC converts distribution parameterization types commonly used in clinical trial simulations (e.g., Beta, Log-Normal, Weibull, Poisson).

This guide is intended for clinical statisticians and clinical trial modelers using KerusCloud®.

KPC matters because reliable parameter conversion reduces the risk of incorrect simulation assumptions and helps clinical teams translate statistical inputs into consistent KerusCloud® model parameters.


Choose from the Variable Type dropdown.

The interface currently supports:

  • Beta
  • Exponential
  • Log-Normal
  • Uniform
  • Weibull
  • Binomial
  • Negative Binomial
  • Poisson

Pick the form that matches your available inputs (e.g., Mean & SD, Alpha & Beta).

Fill out the input fields.

  • Inline validation will show an error if a field is empty or non-numeric.
  • Changing any input automatically clears previously computed results.

Results appear in the results panel.

Use the Copy button next to each result to copy values for use in KerusCloud®.


Supported Distributions and Typical Clinical Uses

Section titled “Supported Distributions and Typical Clinical Uses”

For all variable types the Mean and Standard Deviation parameters correspond directly to the mean and standard deviation of the distribution and hence are expected values for these summary statistics in the simulated data (virtual population). The converter supports the following distribution types and alternative parameters:

Convert to Shape1/Shape2 parameters from:

  • Alpha/Beta (alternative names for conventional “shape” parameters)
  • Mean/Sum (where Sum is the sum of the conventional shape parameters, and can be referred to as the “sample-size” of the distribution, particularly in a Bayesian interpretation)
  • Mean/Standard Deviation

Convert to a Mean from a Rate parameter (if the variable represents the conventional time to event of a process which occurs at a constant average Rate per unit time).

Convert to Location/Scale parameters (where Location is the expected value on the natural log-scale and Scale is the standard deviation on the natural log-scale) from:

  • Mean/Standard Deviation (on the raw/untransformed data scale)
  • Median/Multiplicative Standard Deviation (where Median is the median on the untransformed scale which is equal to the exponential of the expected value on the natural log-scale, and Multiplicative Standard Deviation is the exponential of the standard deviation on the natural log-scale)

Convert to Minimum/Width parameters (where minimum is the minimum of the distribution and Width is the width of the distribution) from:

  • Minimum/Maximum
  • Mean/Standard Deviation

Convert to Shape/Scale (where these are the conventional “shape” and “scale” parameters) from:

  • Shape/Median (where Shape is the conventional parameter and Median is the median, which may be useful if the variable represents a time to event process)
  • Mean/Standard Deviation

Commonly used for:

  • Time-to-event simulations
  • Survival analyses
  • Dropout simulations

Convert to a Probability parameter (where the variable represents a single experiment with two possible outcomes, also known as a Bernoulli trial, and Probability is the probability of an outcome of 1 rather than 0) from a Mean.

Convert to Event Probability/Number of Events parameters (where conventionally the variable represents the number of non-events which occur in a series of Bernoulli trials before the specified Number of Events occur, and the Event Probability represents the probability of the event occurring in each trial) from:

  • Mean/Heterogeneity (where Heterogeneity is the formulation of the conventional “dispersion” parameter where values close to 0 correspond to lower variance and increasing values correspond to greater variance and “over-dispersion” relative to a Poisson distribution with the same mean)
  • Mean/Standard Deviation
  • Mean/Variance (where Variance is the variance)

Convert to a Mean from a Rate (if the variable represents the conventional number of events occurring in a fixed unit of time when events occur at a constant average Rate per unit time).


Implemented using an iterative bisection search to determine the shape parameter:

  • Computes the target coefficient of variation as (standard deviation / mean)².
  • Uses gamma functions to compute distribution moments.
  • Expands search bounds dynamically when needed.
  • Runs a bounded iteration loop to test convergence.
  • Returns an error if the conversion cannot converge.
  • Changing any parameter clears previous results (prevents stale output).
  • Real-time validation flags non-numeric entries.
  • Results are copied with full floating-point precision.

Cause: Coefficient of variation is unrealistic.

Recommendation: Use the Shape & Median instead.

  • Mean and median must be positive.
  • Zero or negative values will produce invalid results.