English 中文(简体)
Custom function writing on calculator
原标题:

I m sitting here with my TI-89 Titanium and having fun writing some custom functions for this test on friday.

Question: bmp(b1,b2,b3) Func binompdf(b1,b2/100,b3)*100

What do I need to input to make the result show with a % symbol in the end? So instead of jut displaying a 20, it would display 20%?

Please share your tips and tricks if you have any, would be greatly appreciated.

Btw if anyone is curious the test is in calculus, integral, vectors and more.

问题回答

Assign the functions output to a variable (say test_var.) Then try: Disp test_var & "%"

or, more rudimentary: Disp test_var & "percent"





相关问题
How to manage a pageview DB

I am interested in tracking my users pageviews on my site. Being that traffic is expanding very quickly, I am worried about robots, etc, and I also want to be able to use tracked data live to alter ...

Statistics Question

Suppose I conduct a survey of 10 people asking whether to rank a movie as 0 to 4 stars. Allowable answers are 0, 1, 2, 3, and 4. The mean is 2.0 stars. How do I calculate the certainty (or ...

Calculating variance with large numbers

I haven t really used variance calculation that much, and I don t know quite what to expect. Actually I m not too good with math at all. I have a an array of 1000000 random numeric values in the ...

R statistical package: wrapping GOFrame objects

I m trying to generate GOFrame objects to generate a gene ontology mapping in R for unsupported organisms (see http://www.bioconductor.org/packages/release/bioc/vignettes/GOstats/inst/doc/...

Generating correlated numbers

Here is a fun one: I need to generate random x/y pairs that are correlated at a given value of Pearson product moment correlation coefficient, or Pearson r. You can imagine this as two arrays, array ...

Multivariate time series modelling in R

I want do fit some sort of multi-variate time series model using R. Here is a sample of my data: u cci bci cpi gdp dum1 dum2 dum3 dx 16.50 14.00 53.00 45.70 80....

热门标签