English 中文(简体)
How to do a linear regression into a BIRT report?
原标题:

How to make a linear regression on the chart displayed into your BIRT report. I have x and y data... but I don t see any function on eclipse BIRT to generate the linear regression...

Any idea ?

Many thanks

问题回答

I don t think there is a linear regression in BIRT. That said it should be trivial to create a BIRT extension that would do this for you. For an example of BIRT extension points have a look at the birt-functions-lib project on Eclipse Labs

Birt report in SpagoBI: Firstly we have to create new SpagoBI project in SpagoBI studio and we have to go business analysis and have to right click on that Business Analysis and goto reports and create Birt report and in Report design we have to drag and drop the table or charts what ever we required. then connectivity to the database and have to create the data base and data set for that connection.

flow of creation of Birt Report or Jasper : open studio---> open new SpagoBI project--> goto Business Analysis right click R/C---> select reports--> select the Birt or jasper report--->open Report design-->and Drag and drop the table or charts etc.., and connectivity to database as per the Excell sheet or DataBase conectivities.





相关问题
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....

热门标签