dpnp.random.noncentral_f
- dpnp.random.noncentral_f(dfnum, dfden, nonc, size=None)[source]
- Draw samples from the non-central F distribution. - For full documentation refer to - numpy.random.noncentral_f.- Notes - The function uses numpy.random.noncentral_f on the backend and will be executed on fallback backend.