<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to tickets</title><link href="https://sourceforge.net/p/jdistlib/tickets/" rel="alternate"/><link href="https://sourceforge.net/p/jdistlib/tickets/feed.atom" rel="self"/><id>https://sourceforge.net/p/jdistlib/tickets/</id><updated>2021-12-13T11:51:38.305000Z</updated><subtitle>Recent changes to tickets</subtitle><entry><title>Maxwell–Boltzmann distribution</title><link href="https://sourceforge.net/p/jdistlib/tickets/42/" rel="alternate"/><published>2021-12-13T11:51:38.305000Z</published><updated>2021-12-13T11:51:38.305000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net63baf5e6b590bc9d97062266b3f88502c85b1b16</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hallo,&lt;/p&gt;
&lt;p&gt;Any chance of adding Maxwell–Boltzmann distribution?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://en.wikipedia.org/wiki/Maxwell%E2%80%93Boltzmann_distribution" rel="nofollow"&gt;https://en.wikipedia.org/wiki/Maxwell%E2%80%93Boltzmann_distribution&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Many Thanks!&lt;br/&gt;
Peter&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#41 GEV CDF formula issue</title><link href="https://sourceforge.net/p/jdistlib/tickets/41/?limit=25#c708" rel="alternate"/><published>2021-05-18T15:01:30.118000Z</published><updated>2021-05-18T15:01:30.118000Z</updated><author><name>Roby Joehanes</name><uri>https://sourceforge.net/u/robbyjo/</uri></author><id>https://sourceforge.net26e0e4ecddca30ebe8876b93abcd3457e5f33d09</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#41 GEV CDF formula issue</title><link href="https://sourceforge.net/p/jdistlib/tickets/41/?limit=25#fa7b" rel="alternate"/><published>2021-04-21T14:10:48.669000Z</published><updated>2021-04-21T14:10:48.669000Z</updated><author><name>Roby Joehanes</name><uri>https://sourceforge.net/u/robbyjo/</uri></author><id>https://sourceforge.net8f39208a312c861dd97559a62867bc79f5d6a945</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi there, sorry for the really late reply, but I checked the code here:&lt;br/&gt;
&lt;a href="https://sourceforge.net/p/jdistlib/code/ci/master/tree/JDistLib/src/main/java/jdistlib/evd/GEV.java#l45"&gt;https://sourceforge.net/p/jdistlib/code/ci/master/tree/JDistLib/src/main/java/jdistlib/evd/GEV.java#l45&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And I believe it is correct, just as you mentioned.&lt;br/&gt;
q = shape == 0 ? exp(-exp(-q)) : exp(-pow(max(1 + shape * q, 0), -1.0/shape));&lt;/p&gt;
&lt;p&gt;I haven't changed that code since 2017. Did you get the code elsewhere or did I miss anything? Thanks!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>GEV CDF formula issue</title><link href="https://sourceforge.net/p/jdistlib/tickets/41/" rel="alternate"/><published>2021-03-12T13:57:10.315000Z</published><updated>2021-03-12T13:57:10.315000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net57b4611a706518981059a39d3d7e926648112675</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In file src/main/java/jdistlib/evd/GEV.java the formula&lt;/p&gt;
&lt;p&gt;q = shape == 0 ? exp(-exp(-q)) : pow(exp(max(1 + shape * q, 0)), -1.0/shape);&lt;/p&gt;
&lt;p&gt;is not correct, and should instead be&lt;/p&gt;
&lt;p&gt;q = shape == 0 ? exp(-exp(-q)) : exp(-pow(max(1 + shape * q, 0), -1.0/shape));&lt;/p&gt;
&lt;p&gt;The formula can be found in &lt;a href="https://en.wikipedia.org/wiki/Generalized_extreme_value_distribution." rel="nofollow"&gt;https://en.wikipedia.org/wiki/Generalized_extreme_value_distribution.&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>GEV CDF formula issue</title><link href="https://sourceforge.net/p/jdistlib/tickets/41/" rel="alternate"/><published>2021-03-12T13:57:10.315000Z</published><updated>2021-03-12T13:57:10.315000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net65ba06d774308201a268b1c5296117399c18cb91</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 41 has been modified: GEV CDF formula issue&lt;br/&gt;
Edited By: Roby Joehanes (robbyjo)&lt;br/&gt;
Status updated: 'open' =&amp;gt; 'closed'&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#40 Add Log-Logistic distribution</title><link href="https://sourceforge.net/p/jdistlib/tickets/40/?limit=25#8ed4" rel="alternate"/><published>2018-04-01T06:22:39.340000Z</published><updated>2018-04-01T06:22:39.340000Z</updated><author><name>Roby Joehanes</name><uri>https://sourceforge.net/u/robbyjo/</uri></author><id>https://sourceforge.net9bf6cbc14bd16961d3d5a77b096a68bd347ff89c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#40 Add Log-Logistic distribution</title><link href="https://sourceforge.net/p/jdistlib/tickets/40/?limit=25#1692" rel="alternate"/><published>2018-04-01T06:22:17.131000Z</published><updated>2018-04-01T06:22:17.131000Z</updated><author><name>Roby Joehanes</name><uri>https://sourceforge.net/u/robbyjo/</uri></author><id>https://sourceforge.netdbacdbd6d8697f821e7ecd91b136d754a8dfa31d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Thank you for the bug report. I added Log Logistic distribution into JDistlib. It should be slated for the next release. It is currently available in the code repository, which you can browse. Please feel free to use it and test it.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add Log-Logistic distribution</title><link href="https://sourceforge.net/p/jdistlib/tickets/40/" rel="alternate"/><published>2018-02-06T20:31:41.283000Z</published><updated>2018-02-06T20:31:41.283000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.neted39dd98855b2a17118e60df9572d618e073268d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Would it be possible to add Log-Logistic distribution?&lt;br/&gt;
&lt;a href="https://en.wikipedia.org/wiki/Log-logistic_distribution" rel="nofollow"&gt;https://en.wikipedia.org/wiki/Log-logistic_distribution&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add Log-Logistic distribution</title><link href="https://sourceforge.net/p/jdistlib/tickets/40/" rel="alternate"/><published>2018-02-06T20:31:41.283000Z</published><updated>2018-02-06T20:31:41.283000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netcadfb8322b71bb03325df5e5b8c0f51a1b65b6be</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 40 has been modified: Add Log-Logistic distribution&lt;br/&gt;
Edited By: Roby Joehanes (robbyjo)&lt;br/&gt;
Status updated: u'open' =&amp;gt; u'closed'&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#39 Integrate methods not public</title><link href="https://sourceforge.net/p/jdistlib/tickets/39/?limit=25#1b9a" rel="alternate"/><published>2017-06-04T22:45:09.981000Z</published><updated>2017-06-04T22:45:09.981000Z</updated><author><name>Roby Joehanes</name><uri>https://sourceforge.net/u/robbyjo/</uri></author><id>https://sourceforge.net462c18fb0c213155bd22e0d456bfdff144458376</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: Roby Joehanes&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry></feed>