Suppose that we have a real-valued discrete random variable, whose probability distribution has finite support on some set $S$ of real numbers. Then if $N = |S|$, we know that we can construct the entire distribution from the first $N$ raw moments, as described in this paper:
https://www.sciencedirect.com/science/article/pii/0166218X9090068N
The transformation is a simple Vandermonde matrix that converts from moments to probabilities.
Suppose that we instead want to use the L-moments. Is there an analogous result where we can completely reconstruct the distribution using only the first $N$ L-moments, and if so, how?
In particular, the main issue is, while it sees to be possible to convert from L-moments to the quantile function using Bernstein polynomials as a basis, the quantile function need not have the same dimension as the distribution.
The distribution, for example, could be defined on a sample space of integers from $1$ to $N$. Then, we would only need N raw moments to recompute the probability distribution, and likewise the cumulative distribution. However, the quantile function is the inverse of the cumulative distribution. While every point of the quantile function will hence be quantized from $1$ to $N$ - meaning the "range" is now what's sample - the domain need not be.
Does there exist a way in general to do this?