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 parameterizations 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”

The converter supports the following distribution types and common conversion patterns:

Convert between:

  • Alpha/Beta
  • Mean/Sum
  • Mean/Standard Deviation

parameterizations.

Convert a rate parameter to a mean.

Convert between:

  • Mean/Standard Deviation
  • Median/Multiplicative Standard Deviation

parameterizations.

Convert between:

  • Minimum/Maximum
  • Mean/Standard Deviation

parameterizations.

Convert between:

  • Shape/Median
  • Mean/Standard Deviation

parameterizations.

Commonly used for:

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

Convert a mean to a probability.

Convert between:

  • Mean/Heterogeneity
  • Mean/Standard Deviation
  • Mean/Variance

parameterizations.

Convert a rate to a mean.


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 parameterization instead.

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