Derive distribution of an inverse transform

Quick Overview

This question evaluates change-of-variables and inverse-transform techniques in probability, focusing on the logit (inverse logistic) mapping, Jacobian-based density transformation, handling of support, and computation of distributional moments.

Derive distribution of an inverse transform

Company: Citadel

Role: Data Scientist

Category: Statistics & Math

Difficulty: medium

Interview Round: Technical Screen

Let X have density f_X on (0,1), and define the strictly increasing logistic map g(u) = 1/(1 + e^{-u}). (A) Derive the general formula for the density of U = g^{-1}(X) in terms of f_X and g. (B) Take X ~ Uniform(0,1) and compute the distribution, mean, and variance of U = log(X/(1−X)). Clearly show the Jacobian steps and support.

Quick Answer: This question evaluates change-of-variables and inverse-transform techniques in probability, focusing on the logit (inverse logistic) mapping, Jacobian-based density transformation, handling of support, and computation of distributional moments.

|Home/Statistics & Math/Citadel
Citadel logo
Citadel
Oct 13, 2025, 9:49 PM
mediumData ScientistTechnical ScreenStatistics & Math
3
0

Change of Variables via the Logistic Map

You are given a random variable X with density f_X supported on (0, 1). Define the strictly increasing logistic map

g(u) = 1 / (1 + e^{−u}),

which maps the real line ℝ onto (0, 1). Let U = g^{−1}(X) be the logit transform of X.

Tasks

(A) Derive a general formula for the density of U = g^{−1}(X) in terms of f_X and g. Clearly state the support.

(B) Specialize to X ~ Uniform(0, 1). Compute the distribution (CDF and PDF), mean, and variance of U = log(X / (1 − X)). Show the Jacobian steps and the support.

Loading comments...