Multiple Forecast Streams in Demantra

Hey,
I've noticed release note for 7.2 includes the following enhancement:
"You may want to create statistical forecasts from multiple demand streams.
You can generate a forecast from any data stream, for example, booking history and shipment history. Each data stream has a unique engine profile and version."
I haven't been able to find much documentation about this option.
Has anyone implemented a solution using that ? Know any HOW-TO documents available?
I'm thinking of using it for forecasting - item sales, and item returns from customers.
How should SALES_DATA be loaded for that scenario? How should engine be run?
Thanks alot for any reply,
Aaron

Hi All,
Forecasting with multiple demand stream means that you can generate multiple forecasts based on different demand stream. By demand stream, i mean the historical data stream on which you want to generate the forecast.
There can be situations where you may require to generate forecast for different purpose.Like Aaron mentioned, you may want to generate a forecast based on the order/booking history and/or you may want to generate a forecast based on the returns history. For this purpose you need to create different engine profiles.Engine profile is nothing but a set of engine parameters with specific values. Oracle Demantra provides some predefined profiles for different purposes, and you can define additional engine profiles, as needed. When you run the Analytical Engine, you specify the engine profile to use.
Now coming to the HOW-TO part:
1) The quantity_form (system parameter) contains an expression that is used by the engine to retrieve and aggregate demand stream data from the SALES_DATA table. Make sure that the quantity_form expression for a specific engine profile points to database columns containing the historical demand stream desired for the profile. Meaning, if you want to generate a forecast based on booking history then the quantity_form should point to the booking history stream in the sales_data table. Likewise for returns history, point the quantity_form to returns history stream in sales_data table.
2) Create a series to view the forecast generated by the engine profile.
3) The newly created engine profiles gets added to the list of engine profiles in the system parameters.You can select the required engine profile and generate the forecast.
4) View, Edit or compare the forecast created in step 4 by creating a worksheet with all the forecast generated.
I hope this brings more clarity to the queries/replies posted earlier.
Regards,
Shekhar
Edited by: Shekhar on Feb 18, 2009 10:02 AM

Similar Messages

  • Home Theater need. Multiple Audio Streams from 1 card or possible to use 2 car

    I currently have 2 SB Li've's installed and a SB Audigy in the box.
    I would like to be able to send different audio out to different devices. I need to send audio from a game interface called MAME 32 to a speaker system connected to the PC. I also use this PC as a home theater PC and want to send audio from my DVD playing software out to my TV(in analog stereo mode) and/or to my receiver(in Dolby Digital mode using the digital connector).
    I would like to be able to run these seperatly without having to go into the Control Panel and switch the default sound card like I am doing now. I do not need to run them at the same time.

    Bummer. Are you guys working on something that might have this capability? Seems to me that the closer we integrate PC's into our entertainment systems the more need we will have for the ability to do multiple audio streams, i.e. MP3's to the living room. DVD movie audio to the family room, XM radio classical station to the kitchen for mom etc..
    Intel is offering this as an onboard solution that has the ability to do at least 2 different streams.
    http://www.intel.com/design/chipsets/hdaudio.htmMessage Edited by relay on 0-26-2004 05:02 PM

  • Best way to know correct forecast model - process chain set up with multiple forecast models

    Hi Experts,
    I need your help in selecting best forecast model for our company. We have some of the models already used for our company, and because of multiple models used it is taking very long time for process chain to finish. There is no existing documentation available on which model was used why initially. Please help me to make out forecasting process smooth.
    - What is the best way to know, which forecast model is correct and should be used for our forecasting process.
    - In case multiple forecasting models are really required to be used, please suggest ways to optimally schedule them in process chain.
    - At times we get messages like "not enough data available" for specific model - any way to avoid this.
    - How to optimally use parallel processing profiles forecasting process in process chain.
    - Things which should be avoided.
    Request your help, please share your experiences.
    Regards
    NB

    Hi Neelesh,
    There are many points you need to consider to redesign forecast process for your company/client.
    You need to select the best suited forecast model first depending on the business. This has to be well tested & agreed by business users. Complexity will be an outcome of this exercise with business users. Best id to give then a brief intro on all available models & then help them selection the best one as per their requirement.
    Auto selection models are generally more time taking & should be used only when you have no idea at all on the business/demand pattern.
    Run time will depend how you are clubbing the CVCs to get the forecast generated & also parallel processing. For parallel processing profile you will need to do trial & error testing along with help from Basis team on how many free dial up processes are available.
    Even you can run many forecast calculations in parallel if the product/cvcs are totally different. - As per my personal experience maximum run time reduction can be achieved here.
    Daily run is not advisable except only for businesses where you have too much dynamism in demand planning i.e. you expect the demands to be changed overnight. Most of the companies run forecast on monthly basis or at weekly basis at the max.
    "Not Enough data" will be a problem if you are having the irrelevant models used in forecast profiles. This means users are not bothered to maintain the needed data for he forecast calculations or they are not aware at all of the situation. Running such models on daily basis is not advised at all. Better users should use interactive forecasting & saving the results in such cases.
    Just to give a crude example we get forecast calculated on monthly basis for approximately 4 lac cvcs in less than 3 hrs using moving avg, seasonal linear regression, seasonal trend, croston models. We use parallel profiles also everywhere with 10 blocks & 500 cvc/block.
    Hope this helps. Let me know if you have nay more questions & also the results using any of this.
    Regards,
    Rahul

  • How to efficiently log multiple data streams with TDMS

    Ok, first off, I'll admit I am completely clueless when it comes to logging, TDMS in particular.  That said, I'm trying to work out the best way to log some data from an existing LabVIEW-based control system, so that users can later access that data in the event of catastrophic failure or other situations where they might want to see exactly what happened during a particular run.
    I've got a total of between 6 and 12 data points that need to be stored (depending on how many sensors are on the system).  These are values being read from a cRIO control system.  They can all be set to Single data type, if necessary - even the one Boolean value I'm tracking is already being put through the "convert to 0,1" for graph display purposes.  The data is currently read at 100ms intervals for display, but I will be toying with the rate that I want to dump data to the disk - a little loss is OK, just need general trending for long term history.  I need to keep file sizes manageable, but informative enough to be useful later.
    So, I am looking for advice on the best way to set this up.  It will need to be a file that can be concurrently be read as it is being written, when necessary - one of the reasons I am looking at TDMS in the first place (it was recommended to me previously).  I also need an accurate Date/Time stamp that can be used when displaying the data graphically on a chart, so they can sync up with the external camera recordings to correlate just what happened and when.
    Are there specific pitfalls I should watch for?  Should I bundle all of the data points into an array for each storage tick, then decimate the array on the other end when reading?  I've dug through many of the examples, even found a few covering manual timestamp writing, but is there a preferred method that keeps file size minimized (or extraction simplified)?
    I definitely appreciate any help...  It's easy to get overwhelmed and confused in all of the various methods I am finding for handling TDMS files, and determining which method is right for me.

    I need to bump this topic again...  I'll be honest, the TDMS examples and available help are completely letting me down here.
    As I stated, I have up to 12 data values that I need to stream into a log file, so TDMS was suggested to me.  The fact that I can concurrently read a file being written to was a prime reason I chose this format.  And, "it's super easy" as I was told...
    Here's the problem.  I have multiple data streams.  Streams that are not waveform data, but actual realtime data feedback from a control system, that is being read from a cRIO control system into a host computer (which is where I want to log the data).  I also need to log an accurate timestamp with this data.  This data will be streamed to a log file in a loop that consistently writes a data set every 200ms (that may change, not exactly sure on the timing yet).
    Every worthwhile example that I've found has assumed I'm just logging a single waveform, and the data formatting is totally different from what I need.  I've been flailing around with the code, trying to find a correct structure to write my data (put it all in an array, write individual points, etc) and it is, quite honestly, giving me a headache.  And finding the correct way for applying the correct timestamp (accurate data and time the data was collected) is so uncharacteristically obtuse and hard to track down...  This isn't even counting how to read the data back out of the file to display for later evaluation and/or troubleshooting...  Augh!
    It's very disheartening when a colleague can throw everthing I'm trying to do together in 12 minutes in the very limited SCADA user interface program he uses to monitor his PLCs...  Yet LabVIEW, the superior program I always brag about, is slowly driving me insane trying to do what seems like a relatively simple task like logging...
    So, does anyone have any actual useful examples of logging multiple DIFFERENT data points (not waveforms) and timestamps into a TDMS file?  Or real suggestions for how to accomplish it, other than "go look at the examples" which I have done (and redone).  Unless, of course, you have an actual relevant example that won't bring up more questions than it answers for me, in which case I say "bring it on!"
    Thanks for any help...  My poor overworked brain will be eternally grateful.

  • Multiple input stream in one socket connection

    Can we have multiple input streams for a java socket connection? It means that in a client/server application (creates using java socket), can we have multiple input streams for the client side program. For example, the input streams are to cater for the need of letting the user to chat and downloading some files from the chat partner at the same time. And do we need to use thread to create the multiple input streams like the case when we create a multithreaded server? Anyone out there who knows the solution please post it. Thanks in advance.

    Can we have multiple input streams for a java socket
    connection? It means that in a client/server
    application (creates using java socket), can we have
    multiple input streams for the client side program.
    For example, the input streams are to cater for the
    need of letting the user to chat and downloading some
    files from the chat partner at the same time. And do
    we need to use thread to create the multiple input
    streams like the case when we create a multithreaded
    server? Anyone out there who knows the solution please
    post it. Thanks in advance.Ok im no expert here but this is what i learned:
    a Socket can have only one InputStream (Socket.getInputStream()) and one OutputStream Socket.getOutputStream()). So you will have to create a way to make multiple Socket connections in your client program. And yes, you have to use threads for your server. if you dont the client will have to wait until the user before them is finished with the connection before being able to connect. I hope this helps you out. BTW please check out http://www.javabible.com. they have the book online now for free.
    Joeyford1

  • Multiple input streams

    hey folks newbie here
    i am designing a client server program
    with my client i want to send serialized objects & primitive types across the socket to the server
    is it possible to creat two output streams on the same socket i.e an ObjectOutputStream & a DataOutputStream on the same socket, i have tried this but get some errors so i don't think this is possible
    if not possible how would i be able to send both primitive types & serialized objects across the same socket

    Forget about the first person's post. He his correct, but it is not the solution used by most developers.
    Multiple Input Streams/Output Streams are easy to create. A better "management" deal would be like FTP - FTP uses two port, one for data and one for commands.
    Socket objectSocket = new Socket("www.object-server.com", objectPort);
    Socket dataSocket = new Socket("www.data-server.com", dataPort);
    The server should implement a class which represents the connection of both sockets as a single client. Somethig like this:
    public class Connection {
        Socket dataSocket;
        Socket objectSocket;
        public Connection(Socket s1) {
            dataSocket = s1;
        public void addObjectSocket(Socket s2) {
            objectSocket = s2;
    }You can then use this class (permission given to copy and use without license hereby granted) to manage the task.
    There are also many other ways of doing this. You can also apply multiple i/o streams to the same socket - but your server/client needs to know which data type is being sent or to which stream the data needs to be read from.
    Example: Client sends binary file to server (such as FTP)
    ObjectOutputStream out = new ObjectOutputStream(socket.getOutputStream());
    PrintWriter out2 = new PrintWriter(socket.getOutputStream());
    The code above will work, but data send in one stream will not show up in the other stream. The server does the reverse for the input > adding different InputStreams to the socket, but when data is sent from the client's object stream both of the server's streams (BufferedReader or other text-based input) and the object stream will receieve the file, so you need to communicate between the client and server which stream to read from/write to.
    Client: Send file via socket to server by means of ObjectOutputStream
    Note: You should not need to implement the try-catch logic when passing the argument of the socket - since it would throw that in the class which was calling the constructor, but you CAN implement it here as long as it is not handled in the calling class. If you do, the complier should throw an error saying that the exception would not be thrown at this point.

  • Multiple Video Streams on Same Monitor or Screen

    Is it possible to merge multiple video streams on the same timeline in PP CS5? I have a customer thats wants me to do thisfor him.
    This would be like you see a security monitor with three or four small images on the same screen.
    C. Barker

    Charles,
    What the client is asking for is PiP (Picture in Picture), and Colin has outlined the method for creating the PiP.
    I also find it easiest, when doing a lot of PiP work, to use alignment grids, to help me with both the Scaling and the Position. This ARTICLE goes into a bit more detail. For PiP, I will usually create a custom alignment grid, similar to this:
    Good luck, and hope that this helps,
    Hunt

  • Forecasting Models in Demantra

    Hi All,
    Does any one tried with only enabling certain models in Demantra. In business modeler, I enabled only regression in model library and ran the engine. I compared with demantra forecast with all the models checked. There is no change in demantra forecast. Is it the expected behaviour. Inspite of user input, demantra goes only by the recommendation from baysean model?
    Thanks
    Ramkri

    Hi
    Plz check the following
    Demantra - Reciveing flat line forecast (Naive)
    Forecast Engine forecasting 2.5 to 3 times more than expected
    Statistical Forecast - generates the same forecast qty for all periods
    Demantra: Very good historical fit -> Bad forecast
    forecast tuning in demantra
    Hope it will help
    Tks
    MJ

  • Troubles with Multiple Audio Streams.[ca0106]

    Hey everyone.
    I have a few issues on my hands that i just cannot seem to get a strait foward answer.
    First off, i have a Sound Blaster Live! 24bit pci sound card. Sound plays perfect as well as surround sound.
    My issue is that i cannot get mulitiple things to play sound at once. All of the correct modules are loaded just fine and working well. I do believe that when i was using gentoo and could play multiple audio streams, i had alsa built into my kernel.... in arch i dont believe i do.
    Im trying not to build my kernel all over again in arch because i think its something in arch i may be  doing wrong...
    Thanks
    Anthony
    Last edited by anthonyclark (2008-04-02 13:30:58)

    Thanks for the reply.
    I know for a fact im using ALSA. Since i made that post, ive been doing as much research as possible. I found on ubuntuforums, some dude posted some configs for his ca0106 sound card. I tried them and they take me to the same fork.
    Surround Sound .... or .... Multiple audio streams.
    So the big questions is, is it possible to have both? And would compiling a new kernel with ALSA and support for my card make a difference?
    Thanks!
    anthony
    Last edited by anthonyclark (2008-04-02 15:25:48)

  • Multiple video streams displayed on separate monitors

    I'm working on a project that will have 6 screens showing 6 different pieces running simultaneously. We'll be cutting all 6 pieces in FCP, but i was wondering if there is anyway to view multiple video streams on 6 different displays running at the same time in FCP? Obviously some sort of display hub or router needs to be had, or perhaps some other hardware/software.
    Anyone have any great ideas?

    My old video professor from school did a lot of video installations. He often had trouble keeping multiple DVD players in sync with one another, they would drift over time. If you are thinking about the DVD player route, make sure you're using the exact same model for each player, and make sure to run tests over a long period of time.
    Of course, using an external genlock would probably prevent that, too.

  • Multiple Audio Streams?

    I'm wondering if there is an application that will allow the computer to route multiple audio streams out of my Mac Pro. or- if anyone knows how to create an easily switchable audio routing panel rather than going through preferences.
    Eg. I'm playing Itunes (or hulu or netflix) through my audio line out through my Samsung TV thorough a speaker system to watch online content through the TV and I want to work on files on the computer at the same time, say edit video using FCP and routing that audio through USB speakers at the desk.
    Being able to create multiple audio stream routing would be a HUGE asset for someone like me. Even if it's not possible, I would certainly love it if Apple would incorporate a quick switch selector in the pulldown menu for audio volume...
    Thoughts? Anyone?
    Thanks!

    Thanks, the "auxillary effect" totally helped me stream itunes music to my iSight with soundflower....giving webcam streaming my system audio, which I couldnt do before without hearing anything....ugh so complicated! but this works!! Sometimes apple is so rediculous and I know there are more features they could build in.
    Thanks!

  • Multiple dv streams

    I want to record multiple dv streams on a single mac.
    Apple does not support but one(1) dv cam at the time.
    What can I do?

    Well, I have never tried, but I know that iMovie will spot two different input devices at once, though you can only record with one at a time. I have no idea about SecuritySpy.
    It sems you want all this happening at the same time. I am trying to figure out why a security software would not record from more than one cam at a time. Have you looked at vother software? I am only guessing here. I have never used this stuff.

  • FLME to stream multiple audio streams

    Is it possible to stream multiple audio streams together with one video stream using FLME.
    I need to create a live streaming application that should be available in many languages. My idea is to send 1 video stream + n * audio streams.
    Any ideas are appreciated.

    FMLE is not able to stream multiple audio tracks.
    Perhaps a third party encoder is able to do, but the problem is I think the playback
    cause adobe´s pluggin does also not support multiple audio tracks.

  • Encoding multiple audio streams?

    Can iDVD see and encode multiple audio streams for a single movie? Maybe this is asking too much but perhaps I've overlooked something...

    The norm is to export video and audio out of Premiere Pro separately.  Doing this, you will end up with one video file and multiple audio files.  Bring them into Encore and add them to a timeline.

  • How can I automatically connect to multiple connecting streams? to have 2 way communications foreach

    I need to setup a send stream that will only allow each farID to connect 1 time, and automatically connect to the connector so I ca have 2 way communication.
    I learned if in my onpeerconnect function i do this...:
    var c:Object = new Object;
    c.onPeerConnect = function(subscriber:NetStream):Boolean
       if(ready==ready)
       if(receiveStream==null)
        setupReceiveStream(subscriber.farID);
        return true;
        else
        return false;
    it seems to work fine, and they will start a 2 way connection BUT i want to potentially allow multiple connections, and setup multiple receive streams so im trying to com up with a solution to check if its already streaming to the peer. I wish I could just do this:
    var c:Object = new Object;
    c.onPeerConnect = function(subscriber:NetStream):Boolean
        setupReceiveStream(subscriber.farID);
        return true;
    But, for some reason it just keeps returning true over and over and over it doesnt just do it once on the connect, i get something like this:
    NetStream.Play.Start
    NetStream.Play.Reset
    NetStream.Play.Start
    NetStream.Play.Reset
    NetStream.Play.Start
    NetStream.Play.Reset
    NetStream.Play.Start
    NetStream.Play.Reset
    NetStream.Play.Start
    NetStream.Play.Reset
    NetStream.Play.Start
    NetStream.Play.Reset
    NetStream.Play.Start
    NetStream.Play.Reset
    NetStream.Play.Start
    NetStream.Play.Reset
    NetStream.Play.Start
    NetStream.Play.Reset
    NetStream.Play.Start
    So, heres what im trying to do:
    protected function setupSendStream():void
    sendStream = new NetStream(netConnection, NetStream.DIRECT_CONNECTIONS);
    sendStream.addEventListener(NetStatusEvent.NET_STATUS, sendStreamHandler);
    var c:Object = new Object;
    c.onPeerConnect = function(subscriber:NetStream):Boolean
    var test:Boolean=true;
    var THEStream:NetStream = null;
    for each (var stream:NetStream in sendStream.peerStreams)
    if (stream["farID"] == subscriber.farID)
    well=false;
    trace("found it!");
    if(test)
    setupReceiveStream(subscriber.farID);
    trace("returned true");
    return true;
    else
    trace("returned false");
    return false;
    sendStream.client=c;
    sendStream.publish("MyChannel");
    trace("SETUP SEND STREAM");
    cirrusStatus=connectedReady;
    But it seems like after it returns true and runs the setup, so i can have 2 way communication, it runs the onpeerconnect function 1 more time after it returns true, and its a return false and then it makes the play fail and it ruins the connection.
    Any ideas on how I can listen for connects to my sendStream, then have it get the farID and then connect to that farID?
    keep in mind im trying to potentially support multiple connections to my sendstream which i think will be easy, but whats more confusing is having multiple receivestream connections

    "Method Three
    Create a separate iTunes library for each device. Note:It is important that you make a new iTunes Library file. Do not justmake a copy of your existing iTunes Library file. If iTunes is open,quit it.
    This one may work. I searched and searched on the website for something like this, I guess I just didn't search correctly, lol. I will give this a try later. My daughter is not be back for a few weekends, therefore I will have to try the Method 3 when she comes back for the weekend again. "
    I forgot to mention that she has a PC at her house that she also syncs to. Would this cause a problem. I am already getting that pop up saying that the iPod is synced to another library (even though she is signed in with her Apple ID to iTunes) and gives the pop up to Cancel, Erase & Sync, or Transfer Purchases. My question arose because she clicked on "Erase & Sync" by mistake when she plugged the iPod to her PC the first time. When the iPod was purchased and setup, it was synced to my PC first. When she went home, she hooked it up to her PC and then she erased it by accident. I was able to restore all the missing stuff yesterday using my PC. However, even after doing that it still told me the next time I hooked it up last night that the iPod was currently synced with a different library. Hopefully, you can help me understand all this. She wants to sync her iPod and also backup her iPod at both places. Both PCs have been authorised. Thanks

Maybe you are looking for

  • Annoying mini-DVI to video adapter...

    I've been using a mini-DVI to video adapter, mostly to watch DVD's since my PS2 broke, for about a month. However, tonight when I tried to set it up, it didn't work. I plugged in the cable and the adaptor and the only thing that would show up on the

  • Can't restore itunes library from external hard drive

    Prior to my hard drive crashing, I dragged my entire itunes folder (with all sub folders) to a firelite external hard drive. I replaced the power book HD, and I want to put my backed up library on the new HD. I dragged the folder from the firelite to

  • URGENT please help with servlets

    am using Jbuilder 3 and there is no servlet classs to import .imported JSDK and the javax files. but it keeps saying my class does not extend http servlet any ideas!!

  • Sizing of Analyzer Chart

    Here's the issue I'm having: In an Analyzer view, customer is the x-axis and YTD sales is the y-axis. Let's say there are 50 customers. In a spreadsheet view, the screen will display about 10 of the customers and I can scroll to the right to see the

  • Problems with h.264 bitrates in AE CS5

    Hi All, We just started upgrading to CS5 from CS4 and I ran some test that are causing some issues. We normally create final products using the h.264 codec, when I ran a test no matter what I change the bitrate to it's rendering out to around 200kbps