Linear Correlation -- Keeps returning NaN for fields that have been operated on

Hello, I'm trying to do just a simple linear correlation study with my data set. I can run a Linear Correlation on the entire set and all the correlation coefficients generate just fine. When I operate on columns, though, the operated fields all return "NaN"
in the correlation matrix.
Eg. my columns look like A, B, C, X. The correlation matrix populates correctly when I just run the Linear Correlation on the un-filtered, un-operated dataset. When I do an Apply Math Operation (divide) to append two more columns, A/C and and B/C, it applies
the math operation just fine; I can see all the new percentages of C that each A & B feature represent. But the new columns A/C and B/C don't work in the correlation matrix. Everything shows up as NaN. I checked, and these features are all Numeric. 
Any ideas? Thanks!

FIXED!
Just in case anybody else stumbles across this, the Custom Value to replace isn't "Infinity", it's "NaN".
Use Roope's solution but with different syntax:
You can use "Convert To Dataset" module to replace invalid values, by using following parameters (for example to reset infinity to 0):
Action: ReplaceValues
Replace: Custom
Custom Value: NaN
New Value: 0

Similar Messages

  • Getting all fields that have been changed.

    hello there,
    how can i get the name of the fields that have been changed, their value pre-change and their values post-change on specific a block?
    The reason for this is, i have a new requirement for an existing form. The supervisor wants to see all fields and their respective values that
    a regular user changes so he can approve the change.
    thanks so much in advance.
    gleisson silva

    Write Databse trigger on base table
    CREATE OR REPLACE TRIGGER
    FOR EACH ROW
    :NEW AS NEW
    :OLD AS OLD
    ON UPDATE OF column1...
    BEGIN
    INSERT INTO DUMMY VALUES(:column_name,:new_value,:old_value);
    END;
    row-level trigger with update option.
    store Old values and new values in dummy table which is replicated to original table.

  • Getting letters for items that have been removed from my credit report

    I have gotten several credit cards in the past month as I have been working on rebuilding my credit. Over the past few weeks I have been receiving letters from collection agencies for items that have been removed from my credit report. Has anyone else had this issue? Should I just throw this stuff away since it's not longer being reported on my credit report and the collections are so old they've been removed from the report? I am freaking out a bit. Any advice is welcome.

    wonderwoman1970 wrote:
    They were removed because they are over 8 years old.They can still try to collect, they just cannot place it on your reports. If its also beyond SOL in your state, you have to option to sent them a Cease Communications letter, charmingly refferred to as a FOAD letter. (Google it to find the meaning of that acronym).They will just sell it to another JDB, who may send you another collection notice. Keep all correspondence regarding this debt in order to keep track of it. You also have the option to settle it for a small percentage - I would suggest offering no more than 5-10% of the original amount (not some inflated "new balance"), and in your offer letter refer to it as "old, time barred debt, that is not a current financial obligation" but that you are willing to settle only to close out the account.

  • Cost settlement only for assets that have been paid

    Dear all,
    i need to do, at the end of the month, the cost settlement from wbs to asset only for the the part of asset that have been paid.
    I don' t know how to do this using standard sap funcionalities.
    Theonly way that we think to use is:
    - setlle of the entire wbs
    - transfer posting (FI) from asset to wbs of the part that have not been paid.
    Some of you can help me?
    thanks
    Elena

    Hello friend,
    Because I do not understand your requirement to capitalize from AuC to final asset only only those costs for goods/service that have been paid - I would like to give warning that you may not have the requirement correct.
    This would not be your fault, but the fault of the accounting users giving you the requirement is my guess.
    Receiving against PO may be MIGO, and then posting the vendor's invoice later on when it's received, is MIRO usually.
    The actual payment to the vendor is a subsequent posting known as a check cut.  The accounting for a check cut does not create the AuC value, nor does it meet any accounting requirement for capitalization.
    The accounting requirement for capitalization in almost all countries would be MIGO.  Because we have posted the receipt of goods or services, we now owe a vendor somewhere.  The liability will be in your non-specific vendor account, GR/IR which stands for Good Received/Invoice Received.  MIRO clears out the amount from your GR/IR account, moving it to your reconciling account in the g/l for a specific vendor sub-ledger account.  The check cut then removes specific liability from reconciling account, and removes cash from g/l cash account.
    Recognizing that we owe the cost of the goods receipt MIGO, it is already fair and required to capitalize the costs to final assets and commence depreciation expense (assumption you have placed the capital fixed assets into service). 
    So, neither MIRO nor check cut should delay your capitalization from AuC to final completed assets unless your requirement is different that SAP basic scenario.   Regards

  • Query for applications that have been superseded.

    I need to return a list of applications that have not been superseded in a report. I can do this very easily in the console, but I can't seem to find any views that show any information about application supersedence. 
    While we are at it, has anyone spotted a diagram showing the relationships for Applications in the views for SCCM 2012?  Unfortunately looking through the existing reports doesn't help all that much because the way the queries are structured is very
    confusing.  Which also may explain why the application reports frequently have conflicting numbers in the same report.  By this I mean that these multi-part reports that show a bunch of different graphics, often have numbers for the same application
    that don't match up. 
    My customer has basically decided to ignore just about all the application reports that come in SCCM since they so frequently don't agree with themselves or the SCCM console.  That's why I'm trying to understand the model so I can try and give them
    some better reports.
    Bob

    You can get a Excel list of SQL views here:
    http://gallery.technet.microsoft.com/SCCM-Configmgr-2012-R2-SQL-5fefdd3b

  • How can I count only text fields that have been used?

    Hi,
    I'm using Livecycle Designer for a dynamic form.  I have a section of the form that contains field for the user to enter goals and then rate the goal.  I'd like to count only the text fields with entries and then have the total number of rates divided by the number of text field entries.
    Row 1 , column 1 -- Goal is to pick up 5 apples.   Row 1, column 2 - the rate given is 5
    Row 2, column 1 - Goal is to pick up 5 pears.  Row 1, column 2 - the rate given is 5
    Two goals for a total rating of 10     ---  10 divided by 2 = 5
    Is it possible to count only those fields that are populated?
    Also, is it possible to create an error message if the user entered 5 goals but only rated 4 of them?

    You could do a simple check for null and increase a counting variable if there's a value in the field. Here's a sample:
    var goalCount = 0;
    if (field1.rawValue != null){
         goalCount = goalCount + 1;
    if (field2.rawValue != null){
         goalCount = goalCount + 1;
    if (field3.rawValue... etc.
    this.rawValue = totalPoints/goalCount;
    where totalPoints is a sum of the values in the goal fields. This script is javascript and should be placed in the calculate event of the field showing your average score.

  • Highlight a field that have been changed

    Hi,
    I have to highlight all cells that have not been changed in a input-ready query in a webtemplate. But I don't know how to do this. Can anybody give me a hint?

    Hi.
    I have no ready solution with jvascript - it was only an idea.
    Take a look at [following document|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/80220fed-0e6d-2b10-bbb9-f6af76dee0cc].
    Here you can find very long javascript code when one of the functions (sapbi_rig_cp_highlight) does highlighting of selected cells.
    I sure, if you are familiar with javascript, it is possible to take this function and modify as needed.
    Regards.

  • App Store keeps showing update for program that has been uninstalled

    The App Store keeps showing an update available for Virus Barrier Express even after I have removed it completely from my system.  Going into the Purchased list shows it is not installed.  When the application was installed it always said there was an update.  No matter how many times you clicked Update and allowed it to download and install the update, the App Store still showed the update needed to be installed.
    On another machine it constantly shows an update for one of the installed applications but clicking the update button doesn't clear the update once it's been downloaded and installed.
    Deleting the App Store preference hasn't resolved the issue.  Enabling the debug menu and using the Reset Applications option has not either.

    I found out what was causing my problem (can't re-install an app that I deleted and which was purchased from the App Store). The app I was trying to re-install under Lion was Apple's Compressor v4 which is only available through the Mac App Store. However, even though I was booting from my one-and-only copy of Lion the Mac App Store was apparently getting confused by an old copy of Compressor v3.5 that was installed on another boot disk that I maintain for Snow Leopard. I'm running on a quad-disk Mac Pro so all four disks mount whenever I start the system. In any case, all I had to do was unmount the other disks and the Mac App Store then allowed me to install Compressor v4 on my Lion system.
    The reason I was able to pinpoint this solution is that I wanted to run another Mac App Store app (Find Any File) and even though the Store said it was "Installed" I couldn't find the application in either the Lion Application folder or within LaunchPad. I then realized that the App Store was referencing the copy of that app that was stored on my Snow Leopard disk and unmounting that disk finally allowed me to install both Compressor v4 and Find Any File on my actual/current boot disk (i.e. Lion).
    Now, the odd thing about this problem is that Compressor v4 wasn't installed on any of my disks, it was the older version of Compressor (v3.5.3) that apparently was preventing me from installing the new version 4 on my Lion system. In fact, Compressor v3.5.3 crashes immediately under Lion so that version of the app isn't even usable when I'm running Lion.
    So, if you're having a problem with installation or app removal or updates from the Mac App Store try dismounting any other disks which you might have attached to your Mac and see it that solves your problem. If it does solve the problem then you can almost be assured that the cause of your difficulty is some file that is present on one of your other disks (i.e. app may not even be on your current boot disk).

  • Why I keep getting charge for apps that have already been paid for

    I download an app and then it needs updating and every-time they update the app they charge me again. Why?

    Contact iTune Support
    https://ssl.apple.com/emea/support/itunes/contact.html

  • Can I print a PDF form that has fields that have been overfilled?

    The form is set up as an evaluation and the field has been filled out past the viewable area so it turns into a scrollable field. I'd like to print so all of the text prints from each form field.

    Not directly.
    You could use the "Compile returned forms"  to put the form data into Excel.
    Or you could export the form to an FDF and them make a version of your form with larger field sizes and import the FDF.

  • Delete Release strategies for PO that has been delete

    Hii SAP Expert,
    I'm facing this problem whereby there are Purchase Order that have been inactive which mean the line item for the Purchase Order have been deleted. The concern is the release strategies still appear in ME29 for PO that have been deleted.
    How do i remove this PO from the release strategies ?

    Dear Nikamz,
    Check to the PO item detail , if the delivery complete indicator and final invoice indicator is ticked, then the release strategy will remain in document although you already delete all the PO line items, try to untick the indicator and then unreset the delete indicator and delete the item again, see whether the release strategy still exist, also you may try to check notes : 527995(run report  ZKSTAPO1 to update the STAPO field).
    Regards,
    w1n

  • Automatically mark images that have been exported

    Hi,
    i really wished LR had a seperate flag for images that have been exported yet. It would be perfect if LR would set that flag automatically when an image has been exported. Just like in RSP.
    An oh, speaking about Rawshooter Premium, we need a REAL BACKGROUND EXPORT STACK just like in RSP.
    Fred

    @ DW Harrison
    It should simply be a visual hint (in the grid mode especially. could be a star or just an icon) that reminds you which images (of a collection) have already been exported - in whatever format.
    @Grafin
    In fact i _do_ use a color code for this purpose, but it would be nicer if it gets set automatically by LR, not manually my me.
    Regards,
    Fred

  • Smart collection of images that have been printed

    I'd like to create a smart collection of images that have been printed.  Is there any way to do this?  If not, is there a way to search for images that have been printed?
    Separately, one my smart collections screens by edit date so that I can find out what I have worked on recently.  However, it also picks up everything I shot and imported recently, even if I haven't edited the images.  Is there any way to filter these out?
    I'm using LR 5.3 for Windows.
    Thank you,
    Robert

    Here's how I get there.  This filters images that have had Develop adjustments within the last three weeks. 

  • Display total of contents of 'fields a' for records that have identical 'fields b' in common

    Please forgive me for my inability to put this in simple
    terms. I tried to search the forums for a solution but when you
    can't formulate your question in a pithy manner it's nigh
    impossible!
    I am attaching code for a query that grabs all the records in
    a few tables that relate to workshops that have been attended but
    not yet paid for. What I want to do with them next is to add the
    "WorkshopCost" field for each of the records that has an identical
    "SchoolName" and display the result, so that we have a subtotal for
    each school.
    I suspect this should probably be very easy but for some
    reason I can't figure out how it should be accomplished - if there
    is another posting where this is answered I would be very happy is
    someone would point it out! or otherwise give me a shove in the
    right direction.
    I'm thinking I need to do something with the array created by
    my query...?

    If I am understanding correctly, you would like to display a
    subtotal for each school. A simple option is to use the "group"
    attribute of cfquery. Then you could calculate the subtotal as you
    loop through the results and display it after each section. Another
    option is to use a QoQ.
    Keep in mind that when using "group", your sql query
    must order the results the same way. In other words, if you
    are grouping by "s_SchoolName" then your query must also ORDER BY
    s_SchoolName. Otherwise, the results will display incorrectly.

  • Question for those that have returned hot MacBooks.

    For those that have returned, for exchange, a MacBook for heat, did you return it before the 14 day return perriod?
    Mine is at 70C at idle (just running iTunes and Safari) and the top of the unit on the keboard has reached 50C. I took mine in and the Genius said it was within spec. Just kinda currious.

    Closing this question.

Maybe you are looking for

  • Running Out of Space... Help!

    The hard drive on my 250 GB Macbook is almost full (I have 1 GB left).  My 500 GB external hard drive is almost full (I have 23 GB left and it requires 27 GB to do the daily back-up).  Without buying a new laptop with a bigger hard drive and without

  • I can't make calls with my Unlimited World subscri...

    I signed in for an Unlimited World Premium account but I can't make calls to Mexico's landlines! I It says that I don't have enough credit, but Mexico is included in Unlimited World. Help, please! I need to call to Mexico in a few hours.

  • Showing Ronaldo's  DHTML Menu Portlet in public page ..

    hi i want to use this portlet in public page . indeed,i want to display this portlet to public user . i have a public page with an instance of menu on it . but , this menu display only for login-user ! has any way to show this portlet to all public u

  • Display color profiles causing gamma shift in video playback

    I recently got a new monitor - Dell U2713H - to use with my macbook pro. If I use anything other than the default color profiles the gamma will shift after about 7 seconds during video playback to something much cooler and dimmer. it stays that way u

  • Documentation about ccna sp

    Hello , please i'm looking for documents about ccna sp , especially MPLS,IS-IS courses. It will be helpfull , i found it on the web but no good results please help me ! Posted by WebUser Venice L'italien from Cisco Support Community App