How to Generate Gaussian Distribution for a given range say [0,100]

Hello all,
Iam looking for a Gaussian Distribution for a given range say [0,100]. I dont have the mean or the standard Deviation. Also iam not that good at Statistics.
For this range [0,100] : the mean according to my knowledge should be : 50.
Now it is Standard Deviation : i dont have it but i dont want any negative values
I have got the following formula :
double val= Math.round(r.nextGaussian() * std + (range)/2);
where range is 100 which is obtained by subtracting the hi val - low val.
As i dont have std dev i cannot use the formula above.
My question is :
1. Can we get a normal/gaussian distribution for a given range, say [0,100] without specifying standard deviation. Is there any formula for it.
Reg
Sankut

A Gaussian distribution cannot be bounded; as previously noted, if it is it's not Gaussian. However, you can effectively approximate bounds. A range of
mean +/- 4 standard deviations (SD)
will include 99.997% of all observations. If we set (mean - min) equal to 4 SD, it will include "all" low-side observations. So,
4 SD = (50 - 0)
1 SD = 12.5
The Java method provides a distribution with a mean of 0.0 and a SD of 1.0. The formula the OP posted can be used then to adjust its output to what is wanted:
number = Randon.nextGaussian() * 12.5 + 50;
As a test, I ran a sample of 1000 and got the following distribution:
VALUE     FREQUENCY
<5     0
6-15     1
16-25     21
26-35     90
36-45     222
46-55     341
56-65     220
66-75     84
76-85     19
86-95     2
95     0If 3 SD is used instead of 4 SD, the range will include 99.7% of all observations.

Similar Messages

  • How to generate xml-file for SAP Fiori (UI add-on) with Solution Manager 7.0.1?

    Hello Guru,
    could you please help with my issue with Fiori Installation.
    We want to install SAP Fiori Front-End (GW+UI) on the Sandbox system with SAP Netweaver 7.3.1. (SP14)
    Gateway component (SAP GW CORE 200 SP10) was installed without any problems.
    But I need to install UI-add-on (NW UI Extensions v1.0) and when I try to install it via SAINT, transaction said me that I need to generate xml-file for it (as in General notes for UI add-on mentioned).
    But I have Solution Manager 7.0.1 and in MOPZ for this version I do not have option  "install Add-on" as it written in Guide for ui add-on installation.
    Could you please help me with advice how to generate xml-file for UI add-on installation on SolMan v.7.0.1?
    If where is no way, but only to upgrade Solution Manager, maybe somebody could give me xml-file for your system (for NW 731) and I will change it to my needs, I will be very grateful!
    Thanks in advance for any help!!!
    Bets regards,
    Natalia.

    Hello Guru,
    could you please help with my issue with Fiori Installation.
    We want to install SAP Fiori Front-End (GW+UI) on the Sandbox system with SAP Netweaver 7.3.1. (SP14)
    Gateway component (SAP GW CORE 200 SP10) was installed without any problems.
    But I need to install UI-add-on (NW UI Extensions v1.0) and when I try to install it via SAINT, transaction said me that I need to generate xml-file for it (as in General notes for UI add-on mentioned).
    But I have Solution Manager 7.0.1 and in MOPZ for this version I do not have option  "install Add-on" as it written in Guide for ui add-on installation.
    Could you please help me with advice how to generate xml-file for UI add-on installation on SolMan v.7.0.1?
    If where is no way, but only to upgrade Solution Manager, maybe somebody could give me xml-file for your system (for NW 731) and I will change it to my needs, I will be very grateful!
    Thanks in advance for any help!!!
    Bets regards,
    Natalia.

  • How to generate an Interupt for DMA transfer from Counter on NI-PCI-6602

    dear guys:
          how to generate an Interupt for DMA transfer from Counter on NI-PCI-6602,and I have set the DMA and DMA_INT, and also the global interrupt register.
    but there is no Interupt generated in the Interupt callback function.And when I have set the DMA_INT and global interrupt register ,and then read the relevant register,the relevant bit is also 0.
         I suspect there is an Interupt register contral, like the MITE, you must write the value to 0xc4 for opening .
         there is some codes In my enclosure .What can I do?
    Attachments:
    TEST.C ‏21 KB

    dear Steven_T:
            the registers are In my enclosure ,if you have some ideas,please reply me  first time.thank you !
    Attachments:
    PCI6602.pdf ‏818 KB

  • How to generate BP number for the employee (ECC to CRM) ...

    Hi all,
    can any one give solution for ,how to generate BP number for the employee from ECC to CRM other than active status,as i downloaded employee data from ECC to CRM through ALE/IDOC,as only active employment status employees are got BP number generated,remaining also transfered to CRM but BP number is not generated for those employees,these employee records i can able to see in the HRP5580- HRP5587 tables.
    thanks in advance.
    vamshi.
    Message was edited by:
            vamshidher rao

    Hi,
    Or are you looking for this:
    SELECT serial_number, paaf.assignment_number
    FROM pay_assignment_actions paa, per_all_assignments_f paaf
    WHERE action_status = 'C'
    AND paaf.assignment_id = paa.assignment_id
    AND serial_number IS NOT NULL
    AND SYSDATE BETWEEN paaf.effective_start_date AND paaf.effective_end_date;
    - Viky
    Edited by: Viky on Dec 17, 2010 11:42 AM

  • How To Generate Spool request for a SAP-Script form

    How To Generate Spool request for a SAP-Script form

    Hai   Rahaman,
    After getting the print preview of the SCRIPT.
    Click On  PRINT.
    Buttom of the page one spool request will be generated by system.
    Go to  SP01.
    You Can Find  SPOOL Reqest Number.
    Regards.
    Eshwar.

  • How can i maintain conditions for vendor sub-ranges

    Hi All,
    How can i maintain conditions for vendor sub-ranges. These conditions apply to all materials from vendor's sub-range.
    Eg: vendor X has the two subranges R1 & R2. I want to maintain separate conditions for R1 & R2. When ever i created PO with ref to particular subrange that Vendor conditions has to be appeared.
    How can i achieve this?
    Could u pls suggest?
    Thanks & Regards
    Anilkumar Dalai

    Hi,
    First Create a Condition Table with field "Vendor sub-range" in M/03
    Then create an Access Sequence using this Condition Table in M/07
    Then assign this Access Sequence in the Gross Price Condition Type in M/06
    Then assign this Condition type in Calculation Schema in M/08
    Then maintain condition record for this condition type in MEK1
    And then select the appropriate VSR Code in ME21N and check the Pricing.

  • How do you determine resolution for a given print size in LR?

    CS3 displays image resolution for a given size. How do you determine what that resolution is in LR for a given print size, so you know whether you should upsize or downsize for optimum print resolution range?

    The only way I know of is to work it out. LR and PS make assumptions that are often not ideal (although the differences may not be noticable). Different printers like different resolutions per inch. For example, I once had an Olympus Dye Sub printer that produced awful prints unless the file was exactly 314 ppi. Not 300, 314. 300ppi looked awful. 314 looked amazing. Many Canon inkjets prefer 300ppi files and most of the better Epson's prefer 360ppi. Lambda printer like 400ppi files.
    So find out what the printer likes, and in LR enter that number into the printer dialog. I believe the LR engine interpolates the file based on this and the image size on paper you choose to produce a file of the best size.
    Having said all that with most modern domestic and prosumer inkjets the difference is pretty negligable.
    Gordon

  • How to generate web services for OAS with wsdl extension

    Hi,
    I wanted to know how to generate web services from Oracle Application Server especially with .wsdl extension and with document/literal style.
    I know that earlier there was a tool called SmartConnect from BEA WebLogic.
    But that will work only with ALSB (Aqua logic Service Bus). I guess that ALSB has been renamed as Oracle Service Bus by Oracle after the acquisition of WebLogic. My question is what is the new name for the SmartConnect Tool from WebLogic, which generates wsdl very easily from Oracle database.
    I am unable to know the new name for SmartConnect and how to download that tool from Oracle web site.
    Also, I want to know, whether there is any other way to generate the wsdl from Oracle, if so, please let me know.
    Regards
    Raman

    Hi Jeethandra,
    Please refere to the below link might be some help.
    [http://help.sap.com/saphelp_mdmgds55/helpdata/en/45/069152856241e1e10000000a1553f6/frameset.htm]
    regards
    shankar

  • How to find the Datasources for the given table names ?

    Hi All,
    I have an urgent requirement where I ned to find the names of BW Datasources, created for the given table names.
    Both the tables and Datasources are in BW system only. I can see the table in SE11 but I am unable to find its associated Datasources in the 'Where Used List'.
    Is there any method ?
    Will assign points to satisfactory answers.
    Regards,
    Srinivas

    Hi,
    Check this thread on how to find the DS.
    I have the field name, please help me find the data source.
    Once you identify your DS you find which all Data targets are fed by trying to see the " Show data flow" in RSA1 for this data source.
    Hope this helps.
    Thanks,
    JituK
    Edited by: Jitu Krishna on Apr 30, 2008 11:52 AM

  • How to generate columnar PDM for HANA?

    Hi Folks,
    I'm quite new to PowerDesigner and have been working on generating a HANA database from MS SQLServer.
    Currently I've been able to import a source SQLServer system as a Physical Data Model in PowerDesigner. I was then able to generate SQL DDL scripts to generate the DB manually in HANA, and I also watched a video about how to generate the DB directly in HANA via a connection to the repository which seems straightforward.
    The challenge that I'm current facing is how to alter the entire PDM to make *all* tables of type "column" rather than "row". Since SQLServer was the source system, rather than HANA, PowerDesigner appears to default to row store... (shouldn't PD's default storage type for HANA DB's be column store by default? This make substantially more sense than row store by default... but I'm digressing.)
    I can see how to do this on a table-by-table basis, but haven't yet figured out how to cascade this setting to the whole PDM. Any assistance would be very much appreciated!
    I also tried following this documentation, which didn't help much... it doesn't correspond with the windows/tabs/options that I'm seeing in PD 16.5 - http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc38058.1653/doc/html/oba1320752560336.html
    Thanks!

    Hi
    If what to want is globally change the Type of all the tables in a PDM, you can do it by using the List of Tables. You display the "Type" column in the grid and change the Type value from Row to Column while doing a multi selection
    veronique

  • How to generate cacerts file for jar

    how can i generate the cacerts for jar file to secure the applet?
    how can i do it myself?
    is it provided that function from Versign?
    can you all give my step by step guildance

    Even though JDK1.4 is not officially shipping the
    Java Plugin 1.4 documents on Security are fairly
    good. Check out :
    http://java.sun.com:80/j2se/1.4/docs/guide/plugin/developer_guide/contents.html
    http://java.sun.com:80/j2se/1.4/docs/guide/plugin/developer_guide/rsa_how.html
    regards,
    atsSun
    Sun Microsystems

  • How to generate catlog numbers for a material

    hi,
         how can we generate catlog number for a material ?
    my company runs on the catalog numbers .
    thanks
    mmn

    Hi
    IS your company running on IS-Retail?
    Regards
    Ramakrishna

  • How to find Handling unit for a given Sales order...

    From which table can we find the Handling unit for a given Sales order?

    hi this will help u.
    SALES AND DISTRIBUTION TABLES
    KONV Conditions for Transaction Data
    KONP Conditions for Items
    LIKP Delivery Header Data
    LIPS Delivery: Item data
    VBAK Sales Document: Header Data
    VBAP Sales Document: Item Data
    VBBE Sales Requirements: Individual Records
    VBEH Schedule line history
    VBEP Sales Document: Schedule Line Data
    VBFA Sales Document Flow
    VBLB Sales document: Release order data
    VBLK SD Document: Delivery Note Header
    VBPA Sales Document: Partner
    VBRK Billing: Header Data
    VBRP Billing: Item Data
    VBUK Sales Document: Header Status and Administrative Data
    VBUP Sales Document: Item Status
    VEKP Handling Unit - Header Table
    VEPO Packing: Handling Unit Item (Contents)
    VEPVG Delivery Due Index
    with regards,
    Hema Sundara,
    pls reward if u find it helpful.

  • How to generate data source for classification data

    Hi all,
    I would like to know how to generate a data source for material classification data .
    Thanks
    OJB

    http://www.mycomputerfiles.com/BW35_SAP/BW_expert_online_docs/Volume_02_2004/Issue_08_September/Understand%20the%20R3%20Classification%20System%20and%20How%20to%20Extract%20.doc
    http://affine.co.uk/cms/uploads/How_to_Extract_Classification_Data_into_BW.pdf
    hope it helps,
    Alex
    Edited by: Alex M on Jan 4, 2011 9:28 AM

  • How to get default langauge for a given user

    Hi,
    I am trying to find the default language for a given user. Is the ICX:Langauge profile option right one to look for as below query?
    select fpo.profile_option_name, applvl.profile_option_value
    from fnd_profile_option_values applvl,
    fnd_profile_options fpo,
    fnd_application fa
    where applvl.level_value = 1544 -- fnd_user id
    and fpo.profile_option_name like 'ICX_LANGUAGE'
    and fa.application_short_name = 'FND';
    Thanks
    Saikrishna

    Krr1sh wrote:
    Thanks for the reply Helios,
    I am into a specific situation where I get the username an input and I need to find out what is the default language set to that user at user level, if nothing set at user level then Resp level and propagate it till Operating unit level.
    Thanks
    SaiPlease run the query in (How To Find All Users With A Particular Profile Option Set? [ID 367926.1]) referenced above.
    Please replace this line in the query:
    and n.user_profile_option_name IN ('&User_Profile_Option_Name')With:
    and n.user_profile_option_name IN ('ICX: Language')Thanks,
    Hussein

Maybe you are looking for

  • Windows 8.1 / WimBoot

    Windows Image Boot is a new Windows 8.1 update installation method for UEFI Windows Tablet PC and UEFI/SSD based PC. The entire operating system is one 2.5 GB compressed large image file and the system is booting from there. I just inform you, WimBoo

  • [SOLVED] Wine & MS Office - can't open word doc

    I cannot open a Word (*.doc) document by double clicking it.  It works with XLS documents which open in Excel.  When I double-click a DOC file, Word will launch, but won't load any file.  It gives an error saying Word experienced an error trying to o

  • SQL Server Logs

    Hi, I am getting an errors in SQL Server Logs. Its eating up all my space from C: Drive. now it says 0 bytes left. What could be an issue??? Please help. its urgent. Regards, Kunjay Shah

  • Organizing in the iPhone 3G

    How do you create new folders and organize photos on an iPhone 3G? I would like to put Artwork in one plce and family in another. I see only camera roll. Last night's party should not be next to my sweet little niece. Thanks.

  • How to install the iOS4.3 update on my 2nd generation ipod touch

    Hi, I just bought a 2nd generation ipod touch and am trying to install the Facebook app. It wont let me becuase "This app requires iOS4.3." Can someone help me out? Thanks!