Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to create a random library for an specific function
Post: RE: How to create a random library for an specific...

(Apr-04-2019, 10:55 AM)scidam Wrote: If we consider source code of distributions.py, we can find that rv_continous class uses numerical differentiation/integration if only few methods were defined ...
andre_fermart Data Science 4 3,328 Apr-10-2019, 11:02 PM
    Thread: How to create a random library for an specific function
Post: RE: How to create a random library for an specific...

(Apr-01-2019, 06:21 AM)scidam Wrote: Lets start with creation a class that describes uniform distribution on (a_, b_) interval. class cdist_ab(rv_continuous): """Just for testing purposes: u...
andre_fermart Data Science 4 3,328 Apr-03-2019, 08:18 AM
    Thread: How to create a random library for an specific function
Post: How to create a random library for an specific fun...

Dear experts, I am working with a probability density function (PDF), that I named as "Jaya", as below: f(x) = scale**(shape-1) * x**(-shape)*(np.exp(-scale/x)) / math.factorial(shape - 2) I would ...
andre_fermart Data Science 4 3,328 Mar-31-2019, 03:40 AM
    Thread: Help to find a command
Post: RE: Help to find a command

Thank you all for this valuable help! I have learnt a lot and finally found the solution for my problem. Many others will come and let solve it one by one. It worked for me as below. tension = 0 cou...
andre_fermart General Coding Help 10 4,705 Feb-12-2019, 02:34 AM
    Thread: Help to find a command
Post: RE: Help to find a command

(Feb-04-2019, 09:49 AM)perfringo Wrote: (Feb-04-2019, 08:01 AM)andre_fermart Wrote: In the bellow example, the break will stop when the is a gap bigger than 10 between 2 link strength. For example...
andre_fermart General Coding Help 10 4,705 Feb-05-2019, 05:47 AM
    Thread: Help to find a command
Post: RE: Help to find a command

(Feb-03-2019, 12:51 PM)perfringo Wrote: I still feel that description of the problem and your idea how to solve it are mixed. How I understand the problem: you have list which consists lists as el...
andre_fermart General Coding Help 10 4,705 Feb-04-2019, 08:01 AM
    Thread: Help to find a command
Post: RE: Help to find a command for loop

Hi there! First of all. Sorry to don't use the forum writing rules. Let me describe better the case. This example bellow is the simplest way I found to explain. Otherwise will take so long. I need t...
andre_fermart General Coding Help 10 4,705 Feb-03-2019, 04:04 AM
    Thread: Help to find a command
Post: Help to find a command

Hi everyone, I am new in coding and struggling to to find a way for the following. Can someone help me with some commands (I will study it in details then) to help me if this case. I have have a lis...
andre_fermart General Coding Help 10 4,705 Feb-02-2019, 08:06 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020