[RkWard-devel] rkward 0.3.7pre2

Stefan Rödiger stefan_roediger at gmx.de
Wed Sep 13 14:02:48 UTC 2006


Am Mittwoch, 13. September 2006 15:47 schrieb Thomas Friedrichsmeier:
> On Wednesday 13 September 2006 15:11, Stefan Rödiger wrote:
> > Hmm, not really. I restructured the plug-ins (appendix) more meaningful
> > (and correct by terms of statistic) and started to fix some of the errors
> > but I didn't finish it so far because right now I'm starting a new job
> > (again) and moving to another town (again).
> > Moreover I was startin on some test like ks.test and some others but
> > these are useless skeletons IMO. Sorry to tell you.
> > But at the end of the month it could be done I think. So do you want me
> > to proceed or ... ?
>
> I see. Bad point of time, then. Well, I'll still release 0.3.7 fairly soon,
> currently thinking Friday or Sunday.

That's soon!

> After all there's at least one very 
> serious bug (the 100 rows of data crash) that we've been sitting on for way
> too long, already.

True, I had trouble there too!

> Of course, if you have something done by the end of the month (or whenever
> it's done), that would be great!

:)

> For right now I'd only add things which 
> are done, or can easily be finished within the next few days.
> If you have some more bug fixes (other than those you sent to the list)
> flying around, and sending them in is not too much trouble while moving,
> that would be nice.

I'll see what I can do. From today on I'll have no internet for the next days. 
So it will be difficult somehow.

>
> About the restructuring: That would seem easy enough to add right now, but
> I suspect some of the leaves are still empty?

True & True.

> Could you send in your 
> .pluginmap wihtout anything else, then I can take care of removing the dead
> leaves for now, but include the new structure.

Why not keeping it this way and changing it in-between. I mean it's easy even 
for inexperienced users to copy the files to the corresponding folders. 
That's just a suggestion. But of course I'll add the .pluginmap.

As you can remember there were still some issues with the current plug-ins. To 
bad that I did not fix them so far. Anyway, I'll try to manage it (but I 
don't see it at the moment).

>
> Best wishes for your new home and job
> Thomas

Thanks!
-------------- next part --------------
<!DOCTYPE rkpluginmap>

<document base_prefix="distributions/" namespace="rkward">
	<components>
		<component type="standard" id="ks.test_one_sample" file="ks.test_one_sample.xml" label="One sample Kolmogorov-Smirnov Test" />
		<component type="standard" id="ks.test_two_sample" file="ks.test_two_sample.xml" label="Two sample Kolmogorov-Smirnov Test" />
		
		<component type="standard" id="shapiro.test" file="shapiro.test.xml" label="Shapiro-Wilk Normality Test" />

		<component type="standard" id="beta_probabilities" file="beta_probabilities.xml" label="Beta probability" />
		<component type="standard" id="beta_quantiles" file="beta_quantiles.xml" label="Beta quantiles" />

		<component type="standard" id="binomial_quantiles" file="binomial_quantiles.xml" label="Binomial quantiles" />
		<component type="standard" id="binomial_probabilities" file="binomial_probabilities.xml" label="Binomial probabilities" />
		<component type="standard" id="binomial_tail_probabilities" file="binomial_tail_probabilities.xml" label="Binomial tail probabilities" />
		<component type="standard" id="plot_binomial_distribution" file="plot_binomial_distribution.xml" label="Plot binomial distribution" />
		
		<component type="standard" id="chi_squared_quantiles" file="chi_squared_quantiles.xml" label="Chi-squared quantiles" />
		<component type="standard" id="chi_squared_probabilities" file="chi_squared_probabilities.xml" label="Chi-squared probabilities" />
		<component type="standard" id="plot_chi_squared_distribution" file="plot_chi_squared_distribution.xml" label="Plot Chi-squared distribution" />
		
		<component type="standard" id="f_quantiles" file="f_quantiles.xml" label="F quantiles" />
		<component type="standard" id="f_probabilities" file="f_probabilities.xml" label="F probabilities" />
		<component type="standard" id="plot_f_distribution" file="plot_f_distribution.xml" label="Plot F distribution" />
		
		<component type="standard" id="normal_quantiles" file="normal_quantiles.xml" label="Normal quantiles" />
		<component type="standard" id="normal_probabilities" file="normal_probabilities.xml" label="Normal probabilities" />
		<component type="standard" id="plot_normal_distribution" file="plot_normal_distribution.xml" label="Plot Normal distribution" />
		
		<component type="standard" id="poisson_probabilities" file="poisson_probabilities.xml" label="Poisson probabilities" />
		<component type="standard" id="plot_poisson_distribution" file="plot_poisson_distribution.xml" label="Plot Poisson distribution" />
		
		<component type="standard" id="t_quantiles" file="t_quantiles.xml" label="t quantiles" />
		<component type="standard" id="t_probabilities" file="t_probabilities.xml" label="t probabilities" />
		<component type="standard" id="plot_t_distribution" file="plot_t_distribution.xml" label="Plot t distribution" />
		
	</components>

	<hierarchy>
		<menu id="distributions" label="Distributions" index="7">
			
			<menu id="analysis" label="Analysis" index="0">
				<menu id="ks.test" label="Kolmogorov-Smirnov Tests" index="0">
					<entry component="ks.test_one_sample" label="One sample Kolmogorov-Smirnov Test" index="0"/>
					<entry component="ks.test_two_sample" label="Two sample Kolmogorov-Smirnov Test" index="1"/>
					
				</menu>
				<entry component="shapiro.test" label="Shapiro-Wilk Normality Test" index="1"/>
			</menu>
			
			<menu id="univariate_continuous_distributions" label="Univariate continuous distributions" index="1">
				<menu id="beta_distribution" label="Beta Distribution" index="0">
					<entry component="beta_probabilities" label="Beta probabilities" index="0"/>
					<entry component="beta_quantiles" label="Beta quantiles" index="1"/>
				</menu>
				<menu id="chi_squared_distribution" label="Chi-squared Distribution" index="1">
					<entry component="chi_squared_probabilities" label="Chi-squared probabilities" index="0"/>
					<entry component="chi_squared_quantiles" label="Chi-squared quantiles" index="1"/>
					<entry component="plot_chi_squared_distribution" label="Plot Chi-squared distribution" index="2"/>
				</menu>
					<menu id="f_distribution" label="F Distribution" index="2">
					<entry component="f_probabilities" label="F probabilities" index="0"/>
					<entry component="f_quantiles" label="F quantiles" index="1"/>
					<entry component="plot_f_distribution" label="Plot F distribution" index="2"/>
				</menu>
				<menu id="normal_distribution" label="Normal Distribution" index="3">
					<entry component="normal_probabilities" label="Normal probabilities" index="0"/>
					<entry component="normal_quantiles" label="Normal quantiles" index="1"/>
					<entry component="plot_normal_distribution" label="Plot Normal distribution" index="2"/>
				</menu>
				<menu id="poisson_distribution" label="Poisson Distribution" index="4">
					<entry component="poisson_probabilities" label="Poisson probabilities" index="0"/>
					<entry component="plot_poisson_distribution" label="Plot Poisson distribution" index="1"/>
				</menu>
			</menu>
		
			<menu id="univariate_discrete_distributions" label="Univariate discrete distributions" index="2">
				<menu id="binomial_distribution" label="Binomial Distribution" index="0">
					<entry component="binomial_probabilities" label="Binomial probabilities" index="0"/>
					<entry component="binomial_quantiles" label="Binomial quantiles" index="1"/>
					<entry component="binomial_tail_probabilities" label="Binomial tail probabilities" index="2"/>
					<entry component="plot_binomial_distribution" label="Plot binomial distribution" index="3"/>
				</menu>
				<menu id="poisson_distribution" label="Poisson Distribution" index="1">
					<entry component="poisson_probabilities" label="Poisson probabilities" index="0"/>
					<entry component="plot_poisson_distribution" label="Plot Poisson distribution" index="1"/>
				</menu>
			</menu>
			<menu id=" multivariate_continuous_distributions" label="Multivariate continuous distributions" index="3">
			</menu>
			<menu id="multivariate_discrete_distributions" label="Multivariate discrete distributions" index="4">
			</menu>
		</menu>
	</hierarchy>
</document>


More information about the Rkward-devel mailing list